From 6e19038f773536fea2a7a5f9b59c732231e72f05 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 15 Feb 2020 18:04:04 -0700 Subject: [PATCH] Added 'coverage' make context --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c4b0e3e..15f4a67 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ test: # Run coding standards/static analysis checks and tests && app/vendor/bin/psalm \ && app/vendor/bin/phpunit --coverage-text +coverage: # Generate an HTML coverage report + @app/vendor/bin/phpunit --coverage-html .coverage + tunnel: # Expose the application via secure tunnel @ngrok http -host-header=rewrite http://directory-lister.local:80