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
artifacts:
reports:
cobertura: cobertura.xml
coverage_report:
coverage_format: cobertura
path: cobertura.xml
junit: junit.xml
variables:
RUST_BACKTRACE: 1