mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 08:40:42 +02:00
Added coverage report to make test context
This commit is contained in:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user