mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
ci: let's see if we can artifact an XML coverage report
This commit is contained in:
parent
a32ba91c38
commit
c6c99fedf1
1 changed files with 4 additions and 0 deletions
|
@ -27,7 +27,11 @@ debug:
|
||||||
- ninja -k0
|
- ninja -k0
|
||||||
- ninja test
|
- ninja test
|
||||||
- ninja coverage-text
|
- ninja coverage-text
|
||||||
|
- ninja coverage-xml
|
||||||
- tail meson-logs/coverage.txt
|
- tail meson-logs/coverage.txt
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
bld/debug/meson-logs/coverage.xml
|
||||||
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||||
|
|
||||||
# valgrind:
|
# valgrind:
|
||||||
|
|
Loading…
Add table
Reference in a new issue