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.*
|
- ./coverage/Summary.*
|
||||||
- ./**/*.nupkg
|
- ./**/*.nupkg
|
||||||
reports:
|
reports:
|
||||||
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: ./coverage/Cobertura.xml
|
||||||
junit:
|
junit:
|
||||||
- ./**/*test-result.xml
|
- ./**/*test-result.xml
|
||||||
cobertura:
|
|
||||||
- ./coverage/Cobertura.xml
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
stage: release
|
stage: release
|
||||||
|
|
Reference in a new issue