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

Merge branch 'develop' into 'develop'

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

See merge request irmb/VirtualFluids_dev!100
parents 85dac80b dc52d422
No related branches found
No related tags found
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