From b495fd05ef5f5bca03e7ebb0bdadf245456b7395 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 18 Jan 2020 13:56:08 -0700 Subject: [PATCH] Added coverage report to make test context --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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