ci: only last to rows are needed for the coverage regexp

This commit is contained in:
Daniel Eklöf 2019-05-11 11:39:44 +02:00
parent 86cc7fd6a8
commit d52b490e9d

View file

@ -30,7 +30,7 @@ debug:
- ninja coverage-html
- mv meson-logs/coveragereport ../../coverage
- ninja coverage-text
- tail meson-logs/coverage.txt
- tail -2 meson-logs/coverage.txt
artifacts:
paths:
- coverage