Skip to content

Commit fb82ee2

Browse files
authored
Merge pull request #104 from odan/phpunit-coverage
Add phpunit coverage report
2 parents 20fae35 + ab4571f commit fb82ee2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"test:all": [
5050
"@sniffer:check",
5151
"@stan",
52-
"@test"
52+
"@test:coverage"
5353
],
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"
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"
5555
}
5656
}

0 commit comments

Comments
 (0)