forked from external/yambar
ci: only last to rows are needed for the coverage regexp
This commit is contained in:
parent
86cc7fd6a8
commit
d52b490e9d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ debug:
|
||||||
- ninja coverage-html
|
- ninja coverage-html
|
||||||
- mv meson-logs/coveragereport ../../coverage
|
- mv meson-logs/coveragereport ../../coverage
|
||||||
- ninja coverage-text
|
- ninja coverage-text
|
||||||
- tail meson-logs/coverage.txt
|
- tail -2 meson-logs/coverage.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- coverage
|
- coverage
|
||||||
|
|
Loading…
Add table
Reference in a new issue