68 packages tagged with “coverage”
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'. Installation: dotnet tool install -g dotnet-reportgenerator-globaltool dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools dotnet new tool-manifest dotnet tool install dotnet-reportgenerator-globaltool Usage: reportgenerator [options] tools\reportgenerator.exe [options] dotnet reportgenerator [options]
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if your project is based on .NET Framework or .NET Core and you want to use ReportGenerator via the command line or a build script. Usage: dotnet $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.dll [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net8.0\ReportGenerator.exe [options] $(UserProfile)\.nuget\packages\reportgenerator\x.y.z\tools\net47\ReportGenerator.exe [options]
Code coverage tools.
Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage.
Code coverage Microsoft.Testing.Platform extension.
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered. Use this package if you want to write a custom plugin for ReportGenerator or if you want to call/execute ReportGenerator within your code base. Plugin development: https://github.com/danielpalme/ReportGenerator/wiki/Custom-reports https://github.com/danielpalme/ReportGenerator/wiki/Custom-history-storage
Codecov global executable uploader for PowerShell and .NET applications/libraries. Supports Windows, Linux and OSX.
Coverlet extensions for Cake Build
Cross platform code coverage tool for .NET Core
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
Program for sending coverage reports to coveralls.io
Convert .coverage (binary format) files to .coveragexml (xml format) files to support SonarCloud Code Coverage when using VSTest@2.
Cake addin that extends Cake with the ability to use the official Codecov CLI.
Unofficial package of the official Codecov-Uploader
PowerShell tools for various tasks implemented as scripts, mostly standalone.
CSharp bindings for Eligible REST APIs
Dynamic code coverage tools.
Preferred dependencies and utilities for automated testing.
MiniCover code coverage measurement core implementation
See: https://github.com/watermelonpizza/dotnet-opencover/blob/master/README.md for details.
Package Description
Minicover reports implementation
Library to read, write, convert and merge code coverage reports files.
OpenCodeCoverageFramework is a framework for measurement of test coverage supporting multiple programming languages.
This is a fork following the Coverlet project but only building and packaging the Coverlet.Core aspect. COMES AS IS - NO GUARANTEES - API CAN CHANGE WITHOUT NOTICE
This is a dotnet tool which merges multiple cobertura XML files into one single XML file.