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

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