Sign in Sign up
nuget

DotCov.Tool

dotnet global tool for Cobertura coverage reporting, diffing, and CI gating. Installation: dotnet tool install -g DotCov.Tool Usage: dotcov report TestResults/ dotcov report coverage.cobertura.xml --format json dotcov check TestResults/ --min-line 80 --exclude-generated dotcov diff before.xml after.xml --format md dotcov snapshot TestResults/ --commit SHA --branch main --project MyApp

Activity

Latest release
1mo ago
Total releases
9
Cadence
~5 days
Last 12 months
9

Reach

Stars

Details

License
MIT
First release
Apr 08, 2026
Releases
Version Released
0.4.0 minor
0.3.1 patch
0.3.0 minor
0.2.0 minor
0.1.4 patch
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 initial