We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05297ca commit a7ebb26Copy full SHA for a7ebb26
.scrutinizer.yml
@@ -41,7 +41,7 @@ build:
41
tests:
42
override:
43
-
44
- command: 'vendor/bin/phpunit --coverage-clover build/logs/clover.xml'
+ command: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml'
45
coverage:
46
file: 'build/logs/clover.xml'
47
format: 'clover'
0 commit comments