[glib/wip/ebassi/test-report: 2/2] ci: Run test coverage for MSYS2 job



commit 3b2e9f98743d18e6b4b84e4365a5e1a784c7a55b
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Apr 6 15:22:04 2019 +0100

    ci: Run test coverage for MSYS2 job

 .gitlab-ci/test-msys2.sh | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 4cb710857..e426f5d5f 100755
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -53,6 +53,12 @@ ninja
 # FIXME: fix the test suite
 meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} --no-suite flaky || true
 
+python3 "${DIR}"/.gitlab-ci/meson-junit-report.py \
+        --project-name glib \
+        --job-id "${CI_JOB_NAME}" \
+        --output "${DIR}/_build/${CI_JOB_NAME}-report.xml" \
+        "${DIR}/_build/meson-logs/testlog.json"
+
 "${LCOV}" \
     --quiet \
     --config-file "${DIR}"/.gitlab-ci/lcovrc \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]