From 3b34fc9b5b96f8d5711ec45b58168973f883a95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 9 Apr 2021 22:33:27 +0200 Subject: [PATCH] ci: Expose coverage report and meson logs in MRs --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f109de..48da3ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,8 @@ build: artifacts: expose_as: "HTML Documentation" paths: - - _build/doc/html/ + - _build/doc/html + - _build/doc/html/index.html expire_in: 1 week test: @@ -67,8 +68,10 @@ test: - ninja -C _build coverage - cat _build/meson-logs/coverage.txt artifacts: + expose_as: 'Coverage Report' paths: - _build/meson-logs + - _build/meson-logs/coveragereport/index.html expire_in: 1 week coverage: '/^TOTAL.*\s+(\d+\%)$/'