[mutter] ci: Expose Coverage report and Documentation artifacts to PRs
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] ci: Expose Coverage report and Documentation artifacts to PRs
- Date: Tue, 27 Sep 2022 15:49:33 +0000 (UTC)
commit 0cb6a9e41a740fd8a18a3f7c54b2852effc03892
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Jul 14 23:49:12 2022 +0200
ci: Expose Coverage report and Documentation artifacts to PRs
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2515>
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00e955a031..8116bb5d84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -422,8 +422,10 @@ coverage:
- gcovr --add-tracefile 'coverage-*.json'
--html-details --print-summary --output coveragereport/index.html
artifacts:
+ expose_as: 'Coverage Report'
paths:
- coveragereport
+ - coveragereport/index.html
coverage: '/^lines: (\d+\.\d+\%)/'
needs:
- test-mutter@x86_64
@@ -516,8 +518,9 @@ reference:
- mv build/doc/reference/{cally/cally,clutter/clutter,cogl/cogl,cogl-pango/cogl-pango,meta/meta}
references/
artifacts:
expire_in: 1 week
+ expose_as: 'Documentation'
paths:
- - references
+ - references/
pages:
stage: deploy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]