diff --git a/Makefile b/Makefile index dbff875..cea223c 100644 --- a/Makefile +++ b/Makefile @@ -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