From 9c7a189bebed9e583304d5f43a93642c10f6958f Mon Sep 17 00:00:00 2001 From: wyzula-jan <133381102+wyzula-jan@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:45:40 +0100 Subject: [PATCH] ci: fix cobertura for gitlab/16 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7300f5ea..88346cf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,9 @@ tests: artifacts: reports: junit: report.xml - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml #tests-3.9-pyqt5: #todo enable when we decide what qt distributions we want to support # extends: "tests"