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)
This commit is contained in:
committed by
Marius Vlad
parent
f31de214d9
commit
00dc1add13
+3
-1
@@ -296,7 +296,9 @@ x86_64-debian-full-build:
|
|||||||
- .build-options-full
|
- .build-options-full
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: $BUILDDIR/meson-logs/coverage.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: $BUILDDIR/meson-logs/coverage.xml
|
||||||
|
|
||||||
aarch64-debian-full-build:
|
aarch64-debian-full-build:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user