CoverageChecker.CommandLine 0.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CoverageChecker.CommandLine --version 0.7.0
                    
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.7.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CoverageChecker.CommandLine&version=0.7.0
                    
nuke :add-package CoverageChecker.CommandLine --version 0.7.0
                    

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
-l, --line-threshold The line coverage threshold. Default: 80 No 80
-b, --branch-threshold The branch coverage threshold. Default: 80 No 80

Output

The CoverageChecker Command Line tool reads the specified coverage files and outputs the line and branch coverage of the analyzed files. If the line or branch coverage is below the specified threshold, the tool will exit with a non-zero exit code.

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 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. 
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 531 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 166 11/24/2024
0.6.4 173 11/13/2024
0.6.3 166 11/10/2024
0.6.2 150 11/10/2024
0.6.1 163 10/25/2024
0.6.0 178 10/20/2024
0.5.1 183 9/29/2024
0.5.0 157 9/29/2024