Skip to content

Commit fb2fe83

Browse files
committed
Add script to create code-coverage report
1 parent 240eadb commit fb2fe83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
}
3232
},
3333
"scripts": {
34+
"coverage": "phpunit --coverage-html=\".phpunit.cache/code-coverage\"",
3435
"phpstan": "phpstan analyze --memory-limit 512M --configuration .phpstan.neon",
3536
"phpunit": "phpunit"
3637
},

0 commit comments

Comments
 (0)