dotCover
 
Get dotCover

Coverage Analysis from the Command Line

Last modified: 13 August 2024

The dotCover command-line tool lets you:

  • Run coverage analysis using any test runner (MSTest, NUnit, xUnit, MSpec, and so on) and record coverage of executed tests in coverage snapshots

  • Merge coverage snapshots with the merge command, for example, to combine snapshots of unit tests that use different testing frameworks

  • Generate coverage reports in different formats with the report command

  • and more

The tool is available for Windows (x86, x64, arm64), Linux (x64, arm32, arm64, musl-x64, musl-arm64), and macOS (x64, arm64).