From 3e54a34e33e382669e6e90110246de204ebac4c5 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 8 Apr 2019 16:51:47 +0800 Subject: [PATCH] CI: Run test coverage for Visual Studio builds Ensure that we do run it and upload the results. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5939bf885..8897da3e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,10 +143,13 @@ vs2017-x64: script: - .gitlab-ci/test-msvc.bat artifacts: + reports: + junit: "_build/%CI_JOB_NAME%-report.xml" name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%" when: always paths: - _build/meson-logs + - "_build/%CI_JOB_NAME%-report.xml" freebsd-11-x86_64: stage: build