dotnet-coverage

Generate code coverage reports for .NET projects using Coverlet.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill dotnet-coverage-albertoirurueta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-coverage
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/dotnet-coverage
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill dotnet-coverage-albertoirurueta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires coverlet.collector, and includes scripts (resource) components.

What problem does it solve?

This Skill provides detailed line and branch coverage analysis for .NET projects, enabling precise code inspection and verification of test coverage.

Core Features & Use Cases

  • Code Coverage Analysis: Generate and analyze code coverage reports for .NET projects using the Coverlet collector.
  • Selective Coverage: Target specific classes or solutions for detailed coverage reports.
  • Use Case: Before deploying a .NET application, use this Skill to ensure high coverage of critical classes and methods.

Quick Start

Generate coverage for the 'MyProject' solution using /dotnet-coverage MyProject

Frequently Asked Questions about dotnet-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code coverage reports for a .NET solution?

You can generate code coverage reports for .NET solutions by executing a single command targeting your solution name, which analyzes test coverage using the Coverlet collector to provide detailed line and branch coverage data.

Can I measure test coverage for specific classes in a .NET project?

Yes, you can measure test coverage for specific classes by providing a selector argument, allowing you to target and analyze individual classes within your .NET solution for precise coverage verification.

What is the best way to verify .NET line and branch coverage before deployment?

The best way to verify .NET line and branch coverage before deployment is to run a coverage analysis on your critical classes, ensuring thorough test coverage and precise code inspection using Coverlet.

Does this code coverage tool use Coverlet for .NET applications?

Yes, this code coverage tool uses the Coverlet collector to analyze .NET applications, generating detailed line and branch coverage reports to ensure thorough test coverage analysis.

How does selective code coverage analysis work for .NET projects?

Selective code coverage analysis works by using a given selector to target specific classes or solutions within your .NET project, generating focused coverage reports for precise test verification.

Are there limitations when analyzing test coverage for large .NET solutions?

The metadata does not specify explicit limitations for large .NET solutions, but it ensures thorough test coverage analysis by targeting specific classes or solutions to manage scope effectively using Coverlet.