ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Analyze code coverage with dotCover

Last modified: 17 June 2024

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 Ctrl0U,0H command appears together with Run Unit Tests Run Unit Tests Ctrl0U,0R/Debug Unit Tests Debug Unit Tests Ctrl0U,0D 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.

For more information about analyzing coverage results, see dotCover help: Working with coverage results.