PrestoCoverage
PrestoCoverage copied to clipboard
Visual Studio Extension for simple coverage visuals
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
PrestoCoverage shows code that is marked with the `ExcludeFromCodeCoverage` as uncovered and thus shows incorrect code coverage result.  When running Coverlet with and without `ExcludeFromCodeCoverage` I can see that...
Let me start with saying thank you, the tool is great, helps a lot! Recently I started experiencing an issue whereby Visual Studio 2017 crashes, and upon restart it claims...
First in the issue #21 was raised for options for folders. This issue extends feature request to be able to load/reload extension based on config file in the solution proposed...
When writing conditional in a single line and only one part of the conditional was hit the entire line is marked as visited/tested/covered.
Either create a new panel or re-use the existing Code Coverage window to display the coverage statistics. There is a class in coverlet.core that collates the statistics so it would...
After trying PrestoCoverage for the first time we think we are running into this issue in v1.16.2. Our steps: - .NET Core 2.2 project in Visual Studio 2017 - Import...
Reported on Reddit `Could not load file or assembly "Moq" Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but...
Support reading in other formats. A good starting point would be the same ones the Coverlet emits