mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-08 05:28:03 +02:00
ci: Ignore failures on coverage parsing
gcovr seems to have issues, but we can't fail on it
This commit is contained in:
parent
e429e68246
commit
87c85fc81b
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ test_dev:
|
|||
script:
|
||||
- meson _build -Db_coverage=true
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||
- ninja -C _build coverage
|
||||
- cat _build/meson-logs/coverage.txt
|
||||
- ninja -C _build coverage || true
|
||||
- cat _build/meson-logs/coverage.txt || true
|
||||
artifacts:
|
||||
expose_as: 'Coverage Report'
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue