Skip to content
Snippets Groups Projects

Fix cobertura to coverage_report

Merged Flavio TARSETTI requested to merge gitlab_security_fix_cobertura_to_coverage_report into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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