Skip to content

Commit 21353d5

Browse files
committed
build: show coverage
1 parent 0206121 commit 21353d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.git-pre-commit

Lines changed: 1 addition & 1 deletion
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 --exclude vendor
88
done
9-
./vendor/bin/phpunit tests/
9+
XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --coverage-filter=app/ tests/

0 commit comments

Comments
 (0)