From 0cb6a9e41a740fd8a18a3f7c54b2852effc03892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 14 Jul 2022 23:49:12 +0200 Subject: [PATCH] ci: Expose Coverage report and Documentation artifacts to PRs Part-of: --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e955a03..8116bb5d8 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