mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
Merge branch '3894-emit-coverage-summary-for-the-coverage-badge-v9_18' into 'v9_18'
[9.18] Resolve "Emit coverage summary for the coverage badge" See merge request isc-projects/bind9!7628
This commit is contained in:
commit
2f808b76e5
1 changed files with 1 additions and 0 deletions
|
|
@ -1601,6 +1601,7 @@ gcov:
|
|||
- gcovr --root . --exclude-directories bin/tests --exclude-directories doc --exclude-directories fuzz --exclude-directories lib/samples --exclude tests --html-details -o coverage.html
|
||||
- gcovr --root . --exclude-directories bin/tests --exclude-directories doc --exclude-directories fuzz --exclude-directories lib/samples --exclude tests -o coverage.txt
|
||||
- tail -n 3 coverage.txt
|
||||
coverage: /^TOTAL.*\s+(\d+\%)$/
|
||||
artifacts:
|
||||
paths:
|
||||
- coverage*.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue