Skip to content
Snippets Groups Projects
Commit 8e12ac3a authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'gitlab_security_fix_cobertura_to_coverage_report' into 'master'

Fix cobertura to coverage_report

See merge request !305
parents 2aa16b77 22151481
Branches
Tags v2.0.2
1 merge request!305Fix cobertura to coverage_report
Pipeline #63506 passed
...@@ -46,7 +46,9 @@ stages: ...@@ -46,7 +46,9 @@ stages:
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
reports: reports:
cobertura: coverage.xml coverage_report:
coverage_format: cobertura
path: coverage.xml
build_linux: build_linux:
......
...@@ -46,7 +46,9 @@ stages: ...@@ -46,7 +46,9 @@ stages:
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
reports: reports:
cobertura: coverage.xml coverage_report:
coverage_format: cobertura
path: coverage.xml
.build_linux_template: .build_linux_template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment