-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
enhancementGeneral enhancement requestGeneral enhancement request
Description
The back story to this is that I use VSTS for builds. There is out of the box functionality for reporting code coverage totals in the build summary when using the cobertura format. However I'd also like to use the tool fdesjardins/coverage-viewer to generate a nice html report and it requires the standard json output.
I'm happy to do some work in this space but before I start I wanted to see what your opinion was on this.
I figure a nice way to access this functionality would be to allow comma separated values for CoverletOutputFormat. So in my case that would look like /p:CoverletOutputFormat=json,cobertura
.
Looking at the code it should be pretty straight forward to implement.
Metadata
Metadata
Assignees
Labels
enhancementGeneral enhancement requestGeneral enhancement request