mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-03 16:08:01 +02:00
ci: permit coverage failures for now
gcovr seems to fail for unclear reasons. Permit failures to not block merge requests.
This commit is contained in:
parent
2b100a912b
commit
d83a785260
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ test:
|
|||
script:
|
||||
- meson setup _build --werror -Ddrivers=all -Db_coverage=true
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||
- ninja -C _build coverage
|
||||
- ninja -C _build coverage || true
|
||||
- cat _build/meson-logs/coverage.txt || true
|
||||
artifacts:
|
||||
reports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue