Skip to content
Snippets Groups Projects
Commit e7e66c47 authored by ale's avatar ale
Browse files

Fix coverage artifact syntax in CI script

parent b7acd18d
No related branches found
No related tags found
No related merge requests found
Pipeline #33127 passed
...@@ -9,6 +9,8 @@ run_tests: ...@@ -9,6 +9,8 @@ run_tests:
artifacts: artifacts:
when: always when: always
reports: reports:
cobertura: cover.xml coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml junit: report.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment