Skip to content

Commit 05b2429

Browse files
committed
Use pcov for coverage in CI
1 parent 2c77b9b commit 05b2429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: shivammathur/setup-php@v2
5757
with:
5858
php-version: ${{ matrix.php }}
59-
coverage: xdebug
59+
coverage: pcov
6060
- name: Install Symfony Flex
6161
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
6262
- run: composer remove --dev symfony/messenger --no-update

0 commit comments

Comments
 (0)