Skip to content
Snippets Groups Projects
Commit 1c65a4c3 authored by Julian's avatar Julian
Browse files

Update .gitlab-ci.yml for compatability with newer Gitlab versions

parent a0373b5b
Branches
Tags release/notes/4.5.1
No related merge requests found
Pipeline #16370 passed
......@@ -74,7 +74,9 @@ unittests:buster:
- htmlcov
expose_as: 'Coverage Report'
reports:
#cobertura: coverage.xml
#coverage_report:
# coverage_format: cobertura
# path: coverage.xml
junit: report.xml
#coverage: '/^TOTAL.*\s+(\d+\%)$/'
......@@ -93,7 +95,9 @@ unittests:bullseye:
- htmlcov
expose_as: 'Coverage Report'
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml
coverage: '/^TOTAL.*\s+(\d+\%)$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment