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 7f3aff7 commit 739d526Copy full SHA for 739d526
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
63
with:
64
php-version: ${{ matrix.php }}
65
- coverage: xdebug
+ coverage: pcov
66
extensions: ctype, json, mbstring
67
tools: composer
68
composer.json
@@ -71,7 +71,7 @@
71
"phpstan analyse --configuration=./ci/phpstan/config.neon"
72
],
73
"phpunit": [
74
- "XDEBUG_MODE=coverage phpunit --configuration=./ci/phpunit/config.xml"
+ "phpunit --configuration=./ci/phpunit/config.xml"
75
76
"rector": [
77
"rector --config=./ci/rector/config.php --ansi --no-progress-bar"
0 commit comments