Skip to content

Commit

Permalink
build: #12 output coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkcup committed Oct 25, 2021
1 parent 34c5ff7 commit dd7a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git-pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ for file in $FILES; do
./vendor/bin/phpcs --extensions=php --standard=PSR12 "$file"
./vendor/bin/phpmd "$file" text phpmd.xml
done
./vendor/bin/phpunit tests/
XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --coverage-filter=src/ tests/

0 comments on commit dd7a5b5

Please sign in to comment.