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
|
||||
artifacts:
|
||||
reports:
|
||||
cobertura: cobertura.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: cobertura.xml
|
||||
junit: junit.xml
|
||||
variables:
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
Loading…
Reference in New Issue