[tracker-miners/wip/carlosg/ci-coverage-all-tests: 3/3] ci: Set a quick access on coverage report




commit 83bc9b19c4533897166e34e4869d6ce3efc2923f
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Sep 24 14:38:40 2022 +0200

    ci: Set a quick access on coverage report
    
    Instead of having to browse for it, expose the artifact in
    the gitlab MR UI.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8aeb0346f..1bdadc3ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -364,6 +364,7 @@ coverage:
         --html-details --print-summary --output coveragereport/index.html
   coverage: '/^lines: (\d+\.\d+\%)/'
   artifacts:
+    expose_as: 'Coverage'
     when: always
     paths:
     - coveragereport


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