mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
ci: Expose Coverage report and Documentation artifacts to PRs
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2515>
This commit is contained in:
parent
e42c9b941a
commit
0cb6a9e41a
@ -422,8 +422,10 @@ coverage:
|
||||
- gcovr --add-tracefile 'coverage-*.json'
|
||||
--html-details --print-summary --output coveragereport/index.html
|
||||
artifacts:
|
||||
expose_as: 'Coverage Report'
|
||||
paths:
|
||||
- coveragereport
|
||||
- coveragereport/index.html
|
||||
coverage: '/^lines: (\d+\.\d+\%)/'
|
||||
needs:
|
||||
- test-mutter@x86_64
|
||||
@ -516,8 +518,9 @@ reference:
|
||||
- mv build/doc/reference/{cally/cally,clutter/clutter,cogl/cogl,cogl-pango/cogl-pango,meta/meta} references/
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
expose_as: 'Documentation'
|
||||
paths:
|
||||
- references
|
||||
- references/
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user