mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-07 09:48:12 +01:00
build: Add a coverage regex to the CI job
This is needed so that gitlab can know where to extract the coverage percentage from in the output, to be able to track and report it.
This commit is contained in:
parent
9d3e59a01d
commit
3f5ca0aae4
@ -13,6 +13,7 @@
|
||||
- ./autogen && ./configure --disable-static
|
||||
- make check CFLAGS="--coverage -O0 -ggdb" LDFLAGS="--coverage -O0 -ggdb"
|
||||
- gcovr -s -e test/
|
||||
coverage: /^TOTAL.*\s+(\d+\%)$/
|
||||
|
||||
.debian:
|
||||
image: debian:latest
|
||||
|
Loading…
Reference in New Issue
Block a user