mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'marka-cobertura-replaced-by-coverage_report' into 'main'
Fix for GitLab 15.0: cobertura replaced by coverage_report See merge request isc-projects/bind9!6512
This commit is contained in:
commit
901b6425d2
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