forked from mirrors/gstreamer-rs
ci: Fix syntax for coverage reports to the new format
This commit is contained in:
parent
2c373f5d24
commit
5e3ace0ecc
1 changed files with 3 additions and 1 deletions
|
@ -497,7 +497,9 @@ coverage:
|
||||||
paths:
|
paths:
|
||||||
- 'coverage'
|
- 'coverage'
|
||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: coverage.xml
|
||||||
|
|
||||||
doc-stripping:
|
doc-stripping:
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue