Skip to content

Commit 17575f7

Browse files
committed
build: #12 output coverage
1 parent 5534228 commit 17575f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.git-pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ for file in $FILES; do
66
./vendor/bin/phpcs --extensions=php --standard=PSR12 "$file"
77
./vendor/bin/phpmd "$file" text phpmd.xml
88
done
9-
./vendor/bin/phpunit tests/
9+
XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --coverage-filter=src/ tests/

0 commit comments

Comments
 (0)