Skip to content

Commit

Permalink
Fix the coverage command for xdebug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Apr 1, 2021
1 parent c3e1e6a commit 4d6f678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test:
php vendor/bin/phpunit

coverage:
php vendor/bin/phpunit --coverage-text
php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-text

phpstan:
php vendor/bin/phpstan analyse
Expand Down

0 comments on commit 4d6f678

Please sign in to comment.