JetBrains.dotCover.GlobalTool
2023.2.5
Prefix Reserved
dotnet tool install --global JetBrains.dotCover.GlobalTool --version 2023.2.5
dotnet new tool-manifest
dotnet tool install --local JetBrains.dotCover.GlobalTool --version 2023.2.5
#tool dotnet:?package=JetBrains.dotCover.GlobalTool&version=2023.2.5
nuke :add-package JetBrains.dotCover.GlobalTool --version 2023.2.5
A cross-platform .NET tool for code coverage.
Supported platforms:
Windows (x86 / x64 / ARM64)
Linux (x64 / ARM / ARM64 / Musl x64 / Musl ARM64)
macOS (x64 / ARM64)
Installation:
dotnet tool install JetBrains.dotCover.GlobalTool [-g|--global] [--tool-path <PATH>]
For more information, see `dotnet tool install` command help
Usage:
To run any dotnet command under coverage analysis (for example, 'test' to run tests in the solution or 'exec' to run the application):
dotnet dotcover <dotnet-command> [dotcover-parameters] [dotnet-parameters]
To get help, run 'dotnet dotcover <dotnet-command> -h|--help'
To merge several coverage snapshots:
dotnet dotcover merge <dotcover-parameters>
To get help, run 'dotnet dotcover merge -h|--help'
To generate a coverage analysis report for the specified snapshot:
dotnet dotcover report <dotcover-parameters>
To get help, run 'dotnet dotcover report -h|--help'
Examples:
dotnet dotcover test
Executes and covers unit tests found in a project or solution file in the current directory. Saves the results to dotCover.Output.dcvr
dotnet dotcover merge --source=Snapshot1.dcvr;Snapshot2.dcvr
Merges Snapshot1.dcvr and Snapshot2.dcvr located in the current directory into dotCover.Output.dcvr
dotnet dotcover report --source=Snapshot.dcvr --reportType=XML,JSON
Generates XML and JSON reports for Snapshot.dcvr located in the current directory. Saves the results to dotCover.Output.xml and dotCover.Output.json]]></Description>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
Version | Downloads | Last updated |
---|