summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2022-06-06 13:56:19 -0500
committerMarius Vlad <marius.vlad@collabora.com>2022-06-07 10:32:41 +0300
commit00dc1add13b79fbb212b79fb7dd01dc95eecefca (patch)
treeb0599d57b8294415137bbb7fdf5e13cabccfb10e
parentf31de214d93b07cc192393175b90f2ec2151c991 (diff)
downloadweston-00dc1add13b79fbb212b79fb7dd01dc95eecefca.tar.gz
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 0f4b411091719becfb43043a9bf035d7d041d354)
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
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: