diff --git a/.gitlab-test.yml b/.gitlab-test.yml index 733429c..c104252 100644 --- a/.gitlab-test.yml +++ b/.gitlab-test.yml @@ -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