From 3faf3e895daa0a43919972bd6655f9308cf40387 Mon Sep 17 00:00:00 2001 From: bcarlin Date: Sun, 12 Jun 2022 08:58:44 +0200 Subject: [PATCH] ci: fix coverage report configuration --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4027c91..dd06779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,9 @@ tests: policy: pull-push artifacts: reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml junit: tests.junit.xml release: