diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1479cf8..b655e60 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/browse/coverage/index.html" + - echo "CoverageReport public URL - https://gitlab.ost.ch/teachos/kernel/-/jobs/$CI_JOB_ID/artifacts/external_file/coverage/index.html" coverage: '/Total:\|\s*(\d+(\.\d+)?)\%/' artifacts: paths: |
