Skip to content

Commit 19b62e4

Browse files
committed
add test:cov script
1 parent fa08ae4 commit 19b62e4

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
"scripts": {
3333
"test": "vendor/bin/pest",
34+
"test:cov": "vendor/bin/pest --coverage",
3435
"test:type": "vendor/bin/phpstan analyse src tests --ansi --memory-limit=-1 --level=5"
3536
},
3637
"config": {

0 commit comments

Comments
 (0)