mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
ci: Fix syntax for coverage reports to the new format
This commit is contained in:
parent
a4ba8b87cd
commit
c8e8031b74
1 changed files with 3 additions and 1 deletions
|
@ -451,7 +451,9 @@ coverage:
|
|||
paths:
|
||||
- 'coverage'
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: coverage.xml
|
||||
|
||||
doc-stripping:
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue