CoverageChecker.CommandLine 0.6.4

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CoverageChecker.CommandLine --version 0.6.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CoverageChecker.CommandLine --version 0.6.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CoverageChecker.CommandLine&version=0.6.4
                    
nuke :add-package CoverageChecker.CommandLine --version 0.6.4
                    

Coverage Checker Command Line Tool

The Coverage Checker command line tool is a .NET tool for extracting code coverage metrics from various code coverage formats.

For general information about the Coverage Checker project, see the repository's main README file.

Installation

To install the Coverage Checker command line tool, install the CoverageChecker.CommandLine NuGet package:

dotnet tool install --global CoverageChecker.CommandLine

Usage

The CoverageChecker.CommandLine tool can be invoked by running coveragechecker from the command line.

Option Description Required Default
-f, --format The format of the coverage file(s). Options: SonarQube, Cobertura Yes
-d, --directory The directory to search for the coverage file(s) within. No The current directory
-g, --glob-patterns The glob pattern(s) to use to search for the coverage file(s). No *.xml

Output

The CoverageChecker Command Line tool will output both the line and branch coverage of the analyzed files.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.9.0 530 2/15/2026
0.8.0 295 1/11/2026
0.7.0 878 10/4/2025
0.6.6 212 9/28/2025
0.6.5 165 11/24/2024
0.6.4 171 11/13/2024
0.6.3 165 11/10/2024
0.6.2 149 11/10/2024
0.6.1 162 10/25/2024
0.6.0 178 10/20/2024
0.5.1 182 9/29/2024
0.5.0 156 9/29/2024