mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
ci: Use ninja to generate coverage files
meson compile -C <build-dir> coverage is not a thing See: https://github.com/mesonbuild/meson/issues/7895
This commit is contained in:
+2
-1
@@ -90,7 +90,8 @@ test:
|
||||
script:
|
||||
- meson setup _build --werror -Ddrivers=all -Db_coverage=true
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3
|
||||
- meson compile -C _build coverage || true
|
||||
# We can't use `meson compile` https://github.com/mesonbuild/meson/issues/7895
|
||||
- ninja -C _build coverage
|
||||
- cat _build/meson-logs/coverage.txt || true
|
||||
artifacts:
|
||||
reports:
|
||||
|
||||
Reference in New Issue
Block a user