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

Fix coverage artifact in CI script

parent bb1012da
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ run_tests: ...@@ -13,6 +13,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