diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-27 20:04:17 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-27 20:04:17 +0100 |
| commit | 2c913506a0e07d88883aa7624ecba17e9a4fd328 (patch) | |
| tree | c63562d13056ab9dfc1f75385195c8f00fefc198 | |
| parent | feea1b8101bd148a93ebf6f1622dcf78efbbbd6d (diff) | |
| download | teachos-2c913506a0e07d88883aa7624ecba17e9a4fd328.tar.xz teachos-2c913506a0e07d88883aa7624ecba17e9a4fd328.zip | |
echo public coverage report url
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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: |
