From b887545c3e2326da74834ec6e61398f9c9b053ae Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 21 Feb 2023 02:51:41 +0100 Subject: [PATCH] ci: attempt to fix the "coverage: not set up" thingy --- .gitlab/ci/test.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 37edbda04..a89697b44 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -46,6 +46,7 @@ full-tests: artifacts: true - job: build-moulinette artifacts: true + coverage: 'TOTAL.*\s+(\d+%)' artifacts: reports: junit: report.xml