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 008032d268)
This commit is contained in:
Mark Andrews 2022-07-04 13:32:01 +10:00 committed by Petr Špaček
parent d50036114e
commit 7680a12431
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE

View file

@ -1549,7 +1549,9 @@ gcov:
- coverage.txt
- coverage.xml
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
# Pairwise testing of ./configure options