From ac133b75def546dc7299949ef50cb7d6ae59ade2 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Fri, 18 Oct 2024 11:38:54 +0200 Subject: [PATCH] add `coverage` key to CI task --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af7fc94..b34a700 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ testsuite: - coverage report - coverage html - coverage xml + coverage: "/TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/" artifacts: when: always paths: -- GitLab