visual-coverage icon indicating copy to clipboard operation
visual-coverage copied to clipboard

Visual Studio coverage converter tool. Converts Visual Studio Coverage files (*.coverage) to clover or html format.

Results 7 visual-coverage issues
Sort by recently updated
recently updated
newest added

Have you planned to update the code to a newer MSVS version, eg MSVS2019?

Hi I was able to run the HTML Report using the visual coverage by passing .coverage file as input to the executable using the command line I would like to...

Hi, I'm trying to launch visual coverage on my report VisualCoverage.exe -i myreport.coverage -html test.html Process remains stuck, and after few minutes I've got a "OutOfMemory exception" (process memory is...

Outlook (v2010 and v2013) doesn't support the CSS used in the generated report. I wonder if we might use something that preserves the bars on the right when pasting into...

The VisualCoverage tool suffers from the same issue reported here: http://stackoverflow.com/questions/4170803/programmatically-reading-vs-coveragexml-file-in-c-sharp To fix it, I changed the Parse method to include this code: ``` C# var xmls = inputfiles.Where(s =>...

Any ideas how to accomplish this?