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




commit b89131ac9b2ceb3c8411cb5ed4ea42a74afd04f6
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 | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8aeb0346f..2fa71c8e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -364,9 +364,11 @@ coverage:
         --html-details --print-summary --output coveragereport/index.html
   coverage: '/^lines: (\d+\.\d+\%)/'
   artifacts:
+    expose_as: 'Coverage'
     when: always
     paths:
     - coveragereport
+    - coveragereport/index.html
   needs:
     - test-fedora@x86_64
     - test-fedora-rawhide@x86_64


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