ci: Expose meson's Junit test results to gitlab

Turns out meson has been generated Junit XML files of its test
results since 0.55 ...

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1937>
This commit is contained in:
Florian Müllner 2021-08-05 16:47:57 +02:00 committed by Marge Bot
parent 06c4929493
commit 4bbbee4dd6

View File

@ -215,6 +215,8 @@ test:
expire_in: 1 day
paths:
- build/meson-logs/testlog.txt
reports:
junit: build/meson-logs/testlog.junit.xml
when: on_failure
test-coverity: