From: Mark Andrews Date: Mon, 4 Jul 2022 03:32:01 +0000 (+1000) Subject: Fix for GitLab 15.0: cobertura replaced by coverage_report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce42b7b5694f2d752caf699168950b500a594c7;p=thirdparty%2Fbind9.git Fix for GitLab 15.0: cobertura replaced by coverage_report From Gitlab 15.0 release notes: artifacts:reports:cobertura keyword As of GitLab 15.0, the artifacts:reports:cobertura keyword has been replaced by artifacts:reports:coverage_report. Cobertura is the only supported report file, but this is the first step towards GitLab supporting other report types. (cherry picked from commit 008032d268bd0fb4cb92897cdaefd6f6d2de9096) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63fabd60de6..9c89a0108f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1646,7 +1646,9 @@ gcov: - coverage.txt - coverage.xml reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml # Pairwise testing of ./configure options