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

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

parent b4e04a20
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,9 @@ unittests:buster: ...@@ -103,7 +103,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+\%)$/'
...@@ -123,7 +125,9 @@ unittests:bullseye: ...@@ -123,7 +125,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