About

Last modified: 04 April 2025

JetBrains dotCover is a .NET unit test runner and code coverage tool. dotCover lets us analyze how much of our .NET application code is actually being tested. By measuring method calls during unit tests or when running the application manually, dotCover shows us which statements were covered and which weren't.

To quickly get started with dotCover, refer to How to Get Started.