Skip to content
Snippets Groups Projects
Commit 0a33ca71 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Tweak .gitlab-ci.yml for new Gitlab requirment

Gitlab 15 requires slightly different configuration to generate
Cobertura coverage reports. See:

https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
parent 2be6c90c
No related branches found
No related tags found
1 merge request!183Attempt StringIO after failed BytesIO file read
......@@ -153,7 +153,9 @@ Python Lint:
Python Test:
artifacts:
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: junit.xml
needs:
- Poetry
......
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