ReSharper
 
Get ReSharper
You are viewing the documentation for an earlier version of ReSharper.

Analyze code coverage with dotCover

Last modified: 21 July 2022

If you have dotUltimate license, you can analyze coverage of unit tests (that is the degree to which the code of your solution is covered by unit tests) with JetBrains dotCover.

When dotCover is enabled, the Cover Unit Tests Cover Unit Tests Ctrl+U H command appears together with Run Unit Tests Run Unit Tests Ctrl+U R/ Debug Unit Tests Debug Unit Tests Ctrl+U D 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.