mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 23:35:39 +02:00
Added 'coverage' make context
This commit is contained in:
3
Makefile
3
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
|
||||
|
||||
|
Reference in New Issue
Block a user