ci: Fix cobertura syntax

This has somehow stopped working. Copied different syntax from a gitlab
example.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
dev
Derek Foreman 2 years ago
parent 7ceda8cbba
commit 0f4b411091
  1. 4
      .gitlab-ci.yml

@ -294,7 +294,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:

Loading…
Cancel
Save