mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-10 09:20:20 +01:00
ci: Do not require coverage to always happen
meson coverage could be broken in some cases, so let's ignore the error for now if it happens.
This commit is contained in:
parent
e7ca05e1bf
commit
5e98f10011
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ test:
|
|||
- meson --werror -Ddrivers=all -Db_coverage=true . _build
|
||||
- ninja -C _build
|
||||
- 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 # FIXME: always enable this once meson is fixed
|
||||
- cat _build/meson-logs/coverage.txt || true
|
||||
artifacts:
|
||||
reports:
|
||||
junit: "_build/meson-logs/testlog.junit.xml"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue