Skip to content

Commit 067b592

Browse files
committed
Use pcov for coverage in CI
1 parent 00b099c commit 067b592

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
@@ -54,7 +54,7 @@ jobs:
5454
- uses: shivammathur/setup-php@v2
5555
with:
5656
php-version: ${{ matrix.php }}
57-
coverage: xdebug
57+
coverage: pcov
5858
- run: |
5959
sed -ri '/symfony\/(monolog-bundle|phpunit-bridge|messenger|psr-http-message-bridge|polyfill-php80)/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'${{ matrix.symfony_constraint }}'"/' composer.json;
6060
if: matrix.symfony_constraint

0 commit comments

Comments
 (0)