[gjs: 2/3] ci: Expose Coverage Reports HTML page in PR's




commit 948405852cebf6f036916d5dd84293660ab64cf3
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Fri Jul 15 03:56:10 2022 +0200

    ci: Expose Coverage Reports HTML page in PR's

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a103ad18..981ff046d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,9 +46,11 @@ build-alpine-image:
     when: always
     reports:
       junit: _coverage_build/meson-logs/testlog*.junit.xml
+    expose_as: 'Coverage Report'
     paths:
+      - _coverage/html/index.html
       - _coverage/html
-      - _coverage_build/meson-logs/*log*.txt
+      - _coverage_build/meson-logs
 
 .build: &build
   when: on_success


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