SharpCover icon indicating copy to clipboard operation
SharpCover copied to clipboard

C# code coverage tool with Linux (Mono) and Windows (.NET 4.0) support.

Results 8 SharpCover issues
Sort by recently updated
recently updated
newest added

Added a space behind the `#` to set the header style.

Hey! I'm looking for a way to output the coverage as json or xml which contains mapping of line coverage numbers and their hit value. Is there such an output?...

The travis file requires MongoDB but it's not needed.

I have added a new option, that generates a HTML page out of the coverageResults.txt, which gives a much clearer view on the result. The name of the new generated...

I'm looking at using SharpCover to add support to my coveralls.io publisher, and need a way to install it on my appveyor and travis-ci builds. Is it possible to get...

Hi, I'm try to test some assemblies generated with coreclr, using dnu build. They have a `pdb` rather than an `mdb`. Is there any way to get support for this?...

From the readme: > A standard output format that can be used with available visualizers would be very useful. Right now I have a janky local modification we're using to...