From 4bbbee4dd6f2eb1bb59b52fb7e8135aefd1af5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 5 Aug 2021 16:47:57 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cecfdde7f..5f97c3312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: