mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
ci: Put coverage regexp into CI description
One can set it in the project, but that doesn't get copied to forks. And that means the coverage information isn't printed in MRs sometimes. Just add it into .gitlab-ci.yml so that it always works.
This commit is contained in:
committed by
Benjamin Berg
parent
390611d5c9
commit
ec4fc9aec5
@@ -69,6 +69,7 @@ test:
|
|||||||
paths:
|
paths:
|
||||||
- _build/meson-logs
|
- _build/meson-logs
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||||
|
|
||||||
test_valgrind:
|
test_valgrind:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user