ci: fix coverage report configuration
This commit is contained in:
parent
f511bbbe73
commit
3faf3e895d
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ tests:
|
|||
policy: pull-push
|
||||
artifacts:
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: coverage.xml
|
||||
junit: tests.junit.xml
|
||||
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue