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.
1 parent 967dac8 commit 8b15da7Copy full SHA for 8b15da7
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php }}
28
- coverage: xdebug
+ coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
29
ini-file: development
30
- run: composer install
31
- run: vendor/bin/phpunit --coverage-text
@@ -42,7 +42,7 @@ jobs:
42
43
44
php-version: 8.2
45
+ coverage: pcov
46
47
48
0 commit comments