mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 17:10:00 -04:00
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.
This commit is contained in:
parent
3076231d6f
commit
008032d268
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue