summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-14 21:51:51 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-09-15 01:44:29 +0200
commit22f5016303a958afeab5d3ebd3c4284548c4580d (patch)
tree6e25e8c45444fab5025950394217f3001f06566e
parent4f4ac4ac1a972c2c01b19938b4d30587b7535fc8 (diff)
downloadglib-22f5016303a958afeab5d3ebd3c4284548c4580d.tar.gz
ci: Expose the coverage report as link in the MR's
It's making handier to check how changes are tested.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f1e511b8..684afddb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,6 +93,7 @@ fedora-x86_64:
when: always
expire_in: 1 week
paths:
+ - "_build/docs/reference/"
- "_build/config.h"
- "_build/glib/glibconfig.h"
- "_build/meson-logs"
@@ -477,8 +478,10 @@ coverage:
artifacts:
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
expire_in: 1 week
+ expose_as: 'Coverage Report'
paths:
- - _coverage/
+ - _coverage/coverage/index.html
+ - _coverage
before_script:
- bash .gitlab-ci/show-execution-environment.sh
script: