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>
(cherry picked from commit 0f4b411091)
dev
Derek Foreman 2 years ago committed by Marius Vlad
parent f31de214d9
commit 00dc1add13
  1. 4
      .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:

Loading…
Cancel
Save