Gitlab 14+: Adjust cobertura report spec in gitlab-ci
This commit is contained in:
parent
2f79367994
commit
24751c4912
|
@ -17,7 +17,9 @@ stages:
|
||||||
stage: test
|
stage: test
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: cobertura.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: cobertura.xml
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
variables:
|
variables:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
Loading…
Reference in New Issue