Skip to content

Commit 739d526

Browse files
ci: use PCOV instead of Xdebug
1 parent 7f3aff7 commit 739d526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
6363
with:
6464
php-version: ${{ matrix.php }}
65-
coverage: xdebug
65+
coverage: pcov
6666
extensions: ctype, json, mbstring
6767
tools: composer
6868

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"phpstan analyse --configuration=./ci/phpstan/config.neon"
7272
],
7373
"phpunit": [
74-
"XDEBUG_MODE=coverage phpunit --configuration=./ci/phpunit/config.xml"
74+
"phpunit --configuration=./ci/phpunit/config.xml"
7575
],
7676
"rector": [
7777
"rector --config=./ci/rector/config.php --ansi --no-progress-bar"

0 commit comments

Comments
 (0)