DotCov 0.1.1
dotnet add package DotCov --version 0.1.1
NuGet\Install-Package DotCov -Version 0.1.1
<PackageReference Include="DotCov" Version="0.1.1" />
<PackageVersion Include="DotCov" Version="0.1.1" />
<PackageReference Include="DotCov" />
paket add DotCov --version 0.1.1
#r "nuget: DotCov, 0.1.1"
#:package DotCov@0.1.1
#addin nuget:?package=DotCov&version=0.1.1
#tool nuget:?package=DotCov&version=0.1.1
Streaming Cobertura XML parser and coverage report toolkit. Zero dependencies.
Parses Cobertura XML without loading the DOM (streaming XmlReader, 50MB+ safe).
Produces structured coverage reports with per-file detail (uncovered lines, partial branches).
For the CLI tool: dotnet tool install -g DotCov.Tool
For NUKE builds: nuke :add-package DotCov.Nuke
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotCov:
| Package | Downloads |
|---|---|
|
DotCov.Nuke
NUKE build extension for Cobertura coverage reporting and CI gating. Installation: nuke :add-package DotCov.Nuke Usage in Build.cs: class Build : NukeBuild, ICoverageReport { } Run: nuke ReportCoverage --coverage-min-line 80 --coverage-exclude-generated true |
GitHub repositories
This package is not used by any popular GitHub repositories.