We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be164ba + 5c857dd commit 78ebd28Copy full SHA for 78ebd28
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: shivammathur/setup-php@v2
29
with:
30
php-version: ${{ matrix.php }}
31
- coverage: xdebug
+ coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
32
ini-file: development
33
- run: composer install
34
- run: vendor/bin/phpunit --coverage-text
@@ -45,6 +45,6 @@ jobs:
45
46
47
php-version: 8.2
48
+ coverage: pcov
49
50
0 commit comments