summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-10-17 18:05:24 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-10-17 18:11:49 +0200
commit4a00fe866cfdd7321a0302b91be70fd3c20533e7 (patch)
tree8b1359da708a5d2bcae9d40933e192c8bca6749f /.gitlab-ci.yml
parent4d37eb9eb6ce57b5f06aab6945a25afd310f2691 (diff)
downloadtracker-4a00fe866cfdd7321a0302b91be70fd3c20533e7.tar.gz
ci: Give a name to coverage exposed artifact
So it can be accessed right away in merge request pages.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 347b26d02..d0ad47432 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -401,9 +401,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