Skip to content

Commit

Permalink
disable phpunit coverage when run from composer
Browse files Browse the repository at this point in the history
  • Loading branch information
vazaha-nl committed Aug 3, 2023
1 parent 6486ca3 commit bcf008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"php-cs-fixer fix"
],
"test": [
"vendor/bin/phpunit"
"vendor/bin/phpunit --no-coverage"
],
"analyse": [
"vendor/bin/phpstan analyse -c phpstan.neon"
Expand Down

0 comments on commit bcf008d

Please sign in to comment.