ReSharper 2017.1 Help

Analyzing Code Coverage with dotCover

If you have ReSharper Ultimate license, you can analyze coverage of unit tests (i.e. the degree to which the code of your solution is covered with unit tests) with JetBrains dotCover.

When dotCover is enabled, the Cover Unit Tests /help/img/dotnet/2017.1/ThemedIcon.JetBrainsDotCoverPresentationVsResourcesUnitTestingCoverageCover.Screen.[Gray].png command appears together with Run Unit Tests /help/img/dotnet/2017.1/ThemedIcon.RunTest.Screen.[Gray].png / Debug Unit Tests /help/img/dotnet/2017.1/ThemedIcon.Debug.Screen.[Gray].png commands. You can use this command to run coverage analysis of unit tests from the editor, from the Solution Explorer, or from unit tests sessions.

To learn more about analyzing coverage results, see dotCover help: Working with coverage results.

Last modified: 12 October 2017

See Also