From 3dfc2ff8ccd188e5129e961e505f302b529f33ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 7 Jun 2022 09:04:40 +0300 Subject: [PATCH] ci: Fix syntax for coverage reports to the new format --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49260b80..6a42fda2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -271,4 +271,6 @@ coverage: paths: - 'coverage' reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml