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>
This commit is contained in:
Derek Foreman 2022-06-06 13:56:19 -05:00
parent 7ceda8cbba
commit 0f4b411091

View File

@ -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: