11 packages tagged with “code-coverage”
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator for best viewing results (also available via Nuget).
Coveralls.io uploader for .NET Code Coverage. Supports opencover and visual studio's codecoverage.exe on windows, and monocov for mono
Extends CoreCover allowing OpenCover reports to be generated.
Dependency required for instrumented assemblies.
Core assembly.
Light-weight cross platform code coverage tool for .Net Core applications.
Easily navigate to the blind spots of your unit testing in Visual Studio.
NOTE: Forked from https://github.com/irongut/CodeCoverageSummary to enable publishing as a .NET Global Tool. A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
Coveralls.io uploader for .NET Code Coverage. Supports opencover and visual studio's codecoverage.exe on windows, and monocov for mono (Modified to target .Net Core 3.1)
A command-line tool that analyzes Cobertura XML code coverage reports and identifies missing coverage. Generates compact, token-efficient output optimized for LLM consumption and AI-assisted code review.