Skip to content
Snippets Groups Projects

Fix cobertura to coverage_report

2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -46,7 +46,9 @@ stages:
artifacts:
expire_in: 1 week
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
build_linux:
Loading