aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-03-27 20:10:24 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-27 20:10:24 +0100
commitc3893d6f31b79719035f383ab489c2d18f01b3a3 (patch)
treed4ae7d775c3c11a3fc3847305df31ee0d2043eba
parentb0b7c83fb3798832a4bec5b314af2d1633da0640 (diff)
downloadteachos-c3893d6f31b79719035f383ab489c2d18f01b3a3.tar.xz
teachos-c3893d6f31b79719035f383ab489c2d18f01b3a3.zip
fix url
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b655e60..2231956 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ bht:
- 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/external_file/coverage/index.html"
+ - echo "CoverageReport public URL - https://teachos.pages.ost.ch/-/kernel/-/jobs/$CI_JOB_ID/artifacts/coverage/index.html"
coverage: '/Total:\|\s*(\d+(\.\d+)?)\%/'
artifacts:
paths: