Skip to content
Snippets Groups Projects
Commit dc52d422 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Use coverage_report instead of cobertura in .gitlab-ci.yml file

cobertura was removed in gitlab 15.0 --> https://git.rz.tu-bs.de/help/ci/yaml/artifacts_reports.md
parent 85dac80b
1 merge request!100Use coverage_report instead of cobertura in .gitlab-ci.yml file
......@@ -459,7 +459,9 @@ gcov_gcc_9:
- coverage/
reports:
cobertura: coverage/coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage/coverage.xml
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment