[glib: 1/5] ci: Expose the coverage report as link in the MR's
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/5] ci: Expose the coverage report as link in the MR's
- Date: Thu, 15 Sep 2022 01:41:36 +0000 (UTC)
commit 22f5016303a958afeab5d3ebd3c4284548c4580d
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Jul 14 21:51:51 2022 +0200
ci: Expose the coverage report as link in the MR's
It's making handier to check how changes are tested.
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f1e511b8c..684afddb2a 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]