diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02cfaa0d..b6445093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -296,7 +296,9 @@ x86_64-debian-full-build: - .build-options-full artifacts: reports: - cobertura: $BUILDDIR/meson-logs/coverage.xml + coverage_report: + coverage_format: cobertura + path: $BUILDDIR/meson-logs/coverage.xml aarch64-debian-full-build: extends: