mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
ci: Conveniently expose coverage report
This commit is contained in:
@ -95,10 +95,11 @@ test_dev:
|
|||||||
- ninja -C _build coverage
|
- ninja -C _build coverage
|
||||||
- cat _build/meson-logs/coverage.txt
|
- cat _build/meson-logs/coverage.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
name: log-and-coverage
|
expose_as: 'Coverage Report'
|
||||||
when: always
|
|
||||||
paths:
|
paths:
|
||||||
- _build/meson-logs
|
- _build/meson-logs
|
||||||
|
- _build/meson-logs/coveragereport/index.html
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
test_dev_with_sanitizer:
|
test_dev_with_sanitizer:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user