From 4ea05a1de22f32eede24e33b354e29647cbb2871 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 11 Feb 2020 21:01:16 +0100 Subject: [PATCH] Debug --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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