Coverage is now defined in CI/CD yml file
This commit is contained in:
parent
fa2e74eaca
commit
ddccc44261
@ -37,6 +37,8 @@ x86_64:test:
|
||||
- touch storage/app/test/*
|
||||
- XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text --colors=never
|
||||
|
||||
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||
|
||||
# run frontend tests
|
||||
# if you have any task for testing frontend
|
||||
# set it in your package.json script
|
||||
|
Loading…
Reference in New Issue
Block a user