diff --git a/composer.json b/composer.json index b576a87..3dcedf4 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "test:all": [ "@sniffer:check", "@stan", - "@test" + "@test: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" + "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" } }