

If you do not provide a runsettings and RunMsCodeCoverage is Yes then FCC will generate one. This requires that you have the ms code coverage package and have pointed to it with the TestAdaptersPaths element as well as specifying the ms data collector.įCC does not require you to do this. Ms code coverage requires a runsettings file that is configured appropriately for code coverage. The README of the project states for the usage of MS Code Coverage with FCC:įirstly you need to change the RunMsCodeCoverage option from No.

run the tests from the visual studio Test Explorer (not the xunit testrunner).I'm getting the coverage statistics and the report by using the following settings:

I got a few xUnit test-projects in my solution. I've installed the extension Fine Code Coverage (Version 1.1.191) in Visual Studio 2022 Community Edition.
