ci(gitlab): changed coverage report
This commit is contained in:
parent
6aa13be4a2
commit
dd2ed640e9
1 changed files with 3 additions and 2 deletions
|
@ -28,10 +28,11 @@ test:
|
|||
- ./coverage/Summary.*
|
||||
- ./**/*.nupkg
|
||||
reports:
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: ./coverage/Cobertura.xml
|
||||
junit:
|
||||
- ./**/*test-result.xml
|
||||
cobertura:
|
||||
- ./coverage/Cobertura.xml
|
||||
|
||||
publish:
|
||||
stage: release
|
||||
|
|
Reference in a new issue