mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-25 21:59:08 +01:00
ci: add link to coverage report in build logs
Makes coverage info a bit easier to access and discover. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
619fc30c7b
commit
bf347f4d77
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ build-gcc:
|
||||||
- ninja -C build/
|
- ninja -C build/
|
||||||
- ninja -C build/ test
|
- ninja -C build/ test
|
||||||
- ninja -C build/ -j1 coverage-xml coverage-html
|
- ninja -C build/ -j1 coverage-xml coverage-html
|
||||||
|
- echo "Coverage report can be browsed at $CI_JOB_URL/artifacts/file/build/meson-logs/coveragereport/index.html"
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue