Skip to content

Commit

Permalink
Add phpunit coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jul 12, 2024
1 parent fbd0333 commit ab4571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@stan",
"@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 --coverage-text --colors=never"
"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"
}
}

0 comments on commit ab4571f

Please sign in to comment.