Skip to content

Commit 4d6f678

Browse files
committed
Fix the coverage command for xdebug 3
1 parent c3e1e6a commit 4d6f678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test:
1313
php vendor/bin/phpunit
1414

1515
coverage:
16-
php vendor/bin/phpunit --coverage-text
16+
php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-text
1717

1818
phpstan:
1919
php vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)