We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20fae35 + ab4571f commit fb82ee2Copy full SHA for fb82ee2
1 file changed
composer.json
@@ -49,8 +49,8 @@
49
"test:all": [
50
"@sniffer:check",
51
"@stan",
52
- "@test"
+ "@test:coverage"
53
],
54
- "test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
+ "test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage --coverage-text"
55
}
56
0 commit comments