mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-05 10:08:22 +02: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:
parent
fb9e054637
commit
15bee898b8
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue