mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00: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:
@@ -1460,7 +1460,9 @@ gcov:
|
|||||||
- coverage.txt
|
- coverage.txt
|
||||||
- coverage.xml
|
- coverage.xml
|
||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: coverage.xml
|
||||||
|
|
||||||
# Pairwise testing of ./configure options
|
# Pairwise testing of ./configure options
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user