FineCodeCoverage
FineCodeCoverage copied to clipboard
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Using mstest in Visual Studio 2022 Community. I frequently have to run the test run twice in order to see results in the output pane. There's no rhyme or reason...
I had FCC running really smoothly, and then I'm not sure what happened but somehow I lost my FCC settings. Might've been a Visual Studio update. Anyways, I set all...
Sample project for this issue can be found here: https://github.com/[LockTar/XUnitV3CodeCoverageSample](https://github.com/LockTar/XUnitV3CodeCoverageSample) I have a project that is using `xUnit v3` in combination with Microsoft Test Platform (MTP). The tests are running...
If all methods in a class are async, then FCC does not seem to detect the class at all or include coverage information for that class in the output. If...