gitlab ci: fix coverage key
This commit is contained in:
parent
7c4e819635
commit
9f757f41b6
1 changed files with 5 additions and 3 deletions
|
@ -61,10 +61,12 @@ test:
|
|||
- pytest
|
||||
artifacts:
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
junit: junit.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: ./coverage.xml
|
||||
junit: ./junit.xml
|
||||
paths:
|
||||
- .coverage.test
|
||||
- ./htmlcov/
|
||||
needs: [build]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue