From bf347f4d775d48596c214730bda7f6f5bc2c158a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 12 Oct 2022 10:07:36 +0200 Subject: [PATCH] ci: add link to coverage report in build logs Makes coverage info a bit easier to access and discover. Signed-off-by: Simon Ser --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5093f58..ec1f274 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ build-gcc: - ninja -C build/ - ninja -C build/ test - 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: when: always paths: