From 662e7cac61b7b538a0b39d32d258df36be82aaf8 Mon Sep 17 00:00:00 2001
From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org>
Date: Fri, 4 Nov 2022 14:44:09 +0100
Subject: [PATCH] ci: cobertura reports

Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
---
 .gitlab-ci.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8cf8e3..647a007 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ include:
 
 eca:
   extends: .eca
-  
+
 dco:
   interruptible: true
   tags: [kvm] # Technically we want x86_64 or aarch64 but there's no OR syntax for tags, this is a way to cheat.
@@ -86,8 +86,10 @@ go-test:
     paths:
       - coverage.xml
     reports:
-      cobertura: coverage.xml
-
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage.xml
+        
 .build-with-kaniko:
   stage: build
   # This is artificially limited because we don't handle build tags correctly
-- 
GitLab