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-Tag: v9.19.3~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008032d268bd0fb4cb92897cdaefd6f6d2de9096;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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0555a626b8..39eaaca0fb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1460,7 +1460,9 @@ gcov: - coverage.txt - coverage.xml reports: - cobertura: coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage.xml # Pairwise testing of ./configure options