From 9542f72ce2b515af6649e97463f5180c7c27fe32 Mon Sep 17 00:00:00 2001 From: James Westman Date: Fri, 8 Jul 2022 10:29:46 -0500 Subject: [PATCH] Ci: Update coverage configuration --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd40630..79cac6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,9 @@ build: - _build - htmlcov reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml fuzz: image: registry.gitlab.gnome.org/jwestman/blueprint-compiler