diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a1e485..36a8bbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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