mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user