From 5e3ace0ecc4e9ac892cdedbad96bc59b09f06238 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 3c7867459..b4ef787c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -497,7 +497,9 @@ coverage: paths: - 'coverage' reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml doc-stripping: variables: