Gitlab 14+: Adjust cobertura report spec in gitlab-ci

This commit is contained in:
Matteo Settenvini 2022-07-01 22:42:41 +02:00
parent 2f79367994
commit 24751c4912
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 3 additions and 1 deletions

View File

@ -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