mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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:
parent
4f4ac4ac1a
commit
22f5016303
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user