JetBrains.dotCover.GlobalTool
2023.2.5
Prefix Reserved
dotnet tool install --global JetBrains.dotCover.GlobalTool --version 2023.2.5
dotnet new tool-manifest # if you are setting up this repo 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 |
---|---|---|
2023.2.5 | 885,080 | 6/8/2024 |
2023.2.4 | 284,175 | 3/11/2024 |
2023.2.3 | 440,904 | 11/3/2023 |
2023.2.2 | 127,623 | 9/26/2023 |
2023.2.1 | 125,600 | 8/24/2023 |
2023.2.0 | 85,843 | 8/2/2023 |
2023.1.7 | 1,901 | 6/8/2024 |
2023.1.6 | 8,099 | 3/15/2024 |
2023.1.5 | 5,934 | 3/12/2024 |
2023.1.4 | 61,878 | 7/18/2023 |
2023.1.3 | 94,325 | 6/22/2023 |
2023.1.2 | 115,131 | 5/17/2023 |
2023.1.1 | 67,066 | 4/26/2023 |
2023.1.0 | 67,189 | 4/5/2023 |
2022.3.3 | 62,245 | 3/22/2023 |
2022.3.2 | 114,498 | 1/26/2023 |
2022.3.1 | 156,823 | 12/21/2022 |
2022.3.0 | 29,893 | 12/7/2022 |
2022.2.4 | 121,277 | 11/8/2022 |
2022.2.3 | 118,431 | 9/13/2022 |
2022.2.2 | 63,854 | 8/22/2022 |
2022.2.1 | 46,749 | 8/10/2022 |
2022.2.0 | 27,837 | 8/2/2022 |
2022.1.2 | 78,531 | 6/3/2022 |
2022.1.1 | 100,975 | 4/29/2022 |
2022.1.0 | 26,650 | 4/19/2022 |
2021.3.4 | 35,642 | 3/30/2022 |
2021.3.3 | 76,322 | 1/31/2022 |
2021.3.2 | 48,448 | 12/24/2021 |
2021.3.1 | 22,076 | 12/10/2021 |
2021.3.0 | 17,298 | 12/8/2021 |
2021.2.3 | 19,009 | 12/28/2021 |
2021.2.2 | 96,723 | 10/13/2021 |
2021.2.1 | 79,624 | 8/27/2021 |
2021.2.0 | 51,703 | 8/3/2021 |
2021.1.5 | 14,619 | 7/22/2021 |
2021.1.4 | 14,132 | 7/14/2021 |
2021.1.3 | 46,133 | 5/26/2021 |
2021.1.2 | 22,968 | 4/23/2021 |
2021.1.1 | 21,007 | 4/10/2021 |
2021.1.0 | 20,655 | 4/8/2021 |