aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-03-27 20:04:17 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-27 20:04:17 +0100
commit2c913506a0e07d88883aa7624ecba17e9a4fd328 (patch)
treec63562d13056ab9dfc1f75385195c8f00fefc198 /.gitlab-ci.yml
parentfeea1b8101bd148a93ebf6f1622dcf78efbbbd6d (diff)
downloadteachos-2c913506a0e07d88883aa7624ecba17e9a4fd328.tar.xz
teachos-2c913506a0e07d88883aa7624ecba17e9a4fd328.zip
echo public coverage report url
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a48e4a7..1479cf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,8 @@ bht:
- lcov --config-file .lcovrc --list coverage.info
- genhtml --prefix $(pwd) --output-directory coverage coverage.info
- gcovr --root . --cobertura-pretty --output coverage/cobertura-coverage.xml
+ after_script:
+ - echo "CoverageReport public URL - https://gitlab.ost.ch/teachos/kernel/-/jobs/$CI_JOB_ID/artifacts/browse/coverage/index.html"
coverage: '/Total:\|\s*(\d+(\.\d+)?)\%/'
artifacts:
paths: