Added coverage report to make test context

This commit is contained in:
Chris Kankiewicz
2020-01-18 13:56:08 -07:00
parent 52b383d073
commit b495fd05ef

View File

@@ -13,7 +13,7 @@ update upgrade: # Update application dependencies
@composer update && npm update && npm install
test: #: Run coding standards/static analysis checks and tests
@php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit
@php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit --coverage-text
tunnel: # Expose the application via secure tunnel
@ngrok http -host-header=rewrite http://directory-lister.local:80