From c95f4956887cf1a556faec5a1a006eea6567207c Mon Sep 17 00:00:00 2001
From: Michael Kuron <mkuron@icp.uni-stuttgart.de>
Date: Thu, 3 Nov 2022 19:20:40 +0100
Subject: [PATCH] Fix display of coverage in Gitlab

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fba098a..9f4958f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,9 @@ tests-and-coverage:
     paths:
       - coverage_report
     reports:
-      cobertura: coverage.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage.xml
       junit: report.xml
 
 # Normal test with longruns
-- 
GitLab