[glib/wip/ebassi/test-report] CI: Run test coverage for Visual Studio builds



commit 3e54a34e33e382669e6e90110246de204ebac4c5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Apr 8 16:51:47 2019 +0800

    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


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