mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
ci: rename 'coveragereport' -> 'coverage'
This commit is contained in:
parent
e235e665ef
commit
586cb8a0dd
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ debug:
|
|||
- ninja -k0
|
||||
- meson test --print-errorlogs
|
||||
- ninja coverage-html
|
||||
- mv meson-logs/coveragereport ../..
|
||||
- mv meson-logs/coveragereport ../../coverage
|
||||
- ninja coverage-text
|
||||
- tail meson-logs/coverage.txt
|
||||
artifacts:
|
||||
paths:
|
||||
- coveragereport
|
||||
- coverage
|
||||
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||
|
||||
# valgrind:
|
||||
|
|
Loading…
Add table
Reference in a new issue