mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 16:34:24 +09:00
ci: Use junit test reports
They can be used to show test failure logs directly in the MR's pipelines page.
This commit is contained in:
@@ -69,6 +69,8 @@ test:
|
||||
- ninja -C _build coverage
|
||||
- cat _build/meson-logs/coverage.txt
|
||||
artifacts:
|
||||
reports:
|
||||
junit: "_build/meson-logs/testlog.junit.xml"
|
||||
expose_as: 'Coverage Report'
|
||||
when: always
|
||||
paths:
|
||||
@@ -87,6 +89,8 @@ test_valgrind:
|
||||
- ninja -C _build
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit --setup=valgrind
|
||||
artifacts:
|
||||
reports:
|
||||
junit: "_build/meson-logs/testlog.junit.xml"
|
||||
expose_as: 'Valgrind test logs'
|
||||
when: always
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user