Skip to content

Commit

Permalink
Adds test-coverage-html Composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed May 8, 2024
1 parent e608267 commit 0151220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
],
"scripts": {
"test": "./vendor/bin/pest",
"test-coverage-html": "XDEBUG_MODE=coverage ./vendor/bin/pest --coverage --coverage-html=coverage-report",
"cs-fix": "./vendor/bin/pint -v",
"cs-lint": "./vendor/bin/pint --test",
"validate-gitattributes": "lean-package-validator validate"
Expand Down

0 comments on commit 0151220

Please sign in to comment.