From 0f4b411091719becfb43043a9bf035d7d041d354 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 6 Jun 2022 13:56:19 -0500 Subject: [PATCH] ci: Fix cobertura syntax This has somehow stopped working. Copied different syntax from a gitlab example. Signed-off-by: Derek Foreman --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51636501..0841437d 100644 --- a/.gitlab-ci.yml +++ b/.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: