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

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

parent e31756bf
No related branches found
No related tags found
Loading
...@@ -74,7 +74,9 @@ unittests:buster: ...@@ -74,7 +74,9 @@ unittests:buster:
- htmlcov - htmlcov
expose_as: 'Coverage Report' expose_as: 'Coverage Report'
reports: reports:
cobertura: coverage.xml coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml junit: report.xml
coverage: '/^TOTAL.*\s+(\d+\%)$/' coverage: '/^TOTAL.*\s+(\d+\%)$/'
...@@ -94,7 +96,9 @@ unittests:bullseye: ...@@ -94,7 +96,9 @@ unittests:bullseye:
- htmlcov - htmlcov
expose_as: 'Coverage Report' expose_as: 'Coverage Report'
reports: reports:
#cobertura: coverage.xml #coverage_report:
# coverage_format: cobertura
# path: coverage.xml
junit: report.xml junit: report.xml
#coverage: '/^TOTAL.*\s+(\d+\%)$/' #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