We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946f706 commit fbd0333Copy full SHA for fbd0333
1 file changed
composer.json
@@ -51,6 +51,6 @@
51
"@stan",
52
"@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 --coverage-text"
+ "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 --colors=never"
55
}
56
0 commit comments