mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user