diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d81b3..aa94965 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ testing: - yarn install - ./node_modules/.bin/sequelize db:migrate - yarn test --ci --collectCoverage=true + coverage: /All files\s*\|\s*([\d\.]+)/ artifacts: paths: - junit.xml