ci: Expose the coverage report as link in the MR's

It's making handier to check how changes are tested.
This commit is contained in:
Marco Trevisan (Treviño) 2022-07-14 21:51:51 +02:00
parent 4f4ac4ac1a
commit 22f5016303

View File

@ -93,6 +93,7 @@ fedora-x86_64:
when: always when: always
expire_in: 1 week expire_in: 1 week
paths: paths:
- "_build/docs/reference/"
- "_build/config.h" - "_build/config.h"
- "_build/glib/glibconfig.h" - "_build/glib/glibconfig.h"
- "_build/meson-logs" - "_build/meson-logs"
@ -477,8 +478,10 @@ coverage:
artifacts: artifacts:
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}" name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
expire_in: 1 week expire_in: 1 week
expose_as: 'Coverage Report'
paths: paths:
- _coverage/ - _coverage/coverage/index.html
- _coverage
before_script: before_script:
- bash .gitlab-ci/show-execution-environment.sh - bash .gitlab-ci/show-execution-environment.sh
script: script: