Skip to content

Commit

Permalink
Fix coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeulen authored Mar 4, 2024
1 parent afea2f7 commit 4e0d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
coverage:
tests:
override:
- command: XDEBUG_MODE=coverage; ./vendor/bin/phpunit --configuration=./ci/qa/qa-config/phpunit.xml
- command: XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration=./ci/qa/qa-config/phpunit.xml
coverage:
file: ./ci/qa/qa-config/coverage.xml
format: clover

0 comments on commit 4e0d887

Please sign in to comment.