Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 5ea4189

Browse files
authored
Merge pull request #50 from narrowspark/prisis-patch-1
change coverage path
2 parents 60e800e + aa7d68e commit 5ea4189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"scripts": {
5050
"coverage": [
5151
"phpunit --dump-xdebug-filter=./.build/phpunit/.xdebug-filter.php",
52-
"phpunit --prepend=./.build/phpunit/.xdebug-filter.php --coverage-html=./build/phpunit/coverage"
52+
"phpunit --prepend=./.build/phpunit/.xdebug-filter.php --coverage-html=./.build/phpunit/coverage"
5353
],
5454
"cs": "composer --working-dir=./.build cs -- -v",
5555
"cs:check": "composer --working-dir=./.build cs:check -- -v",

0 commit comments

Comments
 (0)