ci(gitlab): changed coverage report

This commit is contained in:
Dylan R. E. Moonfire 2022-06-05 14:20:45 -05:00
parent 6aa13be4a2
commit dd2ed640e9

View file

@ -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