Coverage is now defined in CI/CD yml file

This commit is contained in:
Deon George 2023-12-07 12:48:26 +11:00
parent fa2e74eaca
commit ddccc44261

View File

@ -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