dotnet-testing-code-coverage-analysis
CommunityMaster .NET code coverage with practical tips.
Authorkevintsengtw
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps you measure and interpret code coverage for .NET projects to ensure testing quality.
Core Features & Use Cases
- Integrates with Coverlet to collect coverage data during tests.
- Generates and analyzes coverage reports (line, branch, method) and highlights risk areas.
- CI/CD ready: provides guidance for automating coverage checks and reporting across Windows and Linux.
Quick Start
- Run tests with coverage: dotnet test --collect:"XPlat Code Coverage"
- Generate HTML report: dotnet tool install -g dotnet-reportgenerator-globaltool
- reportgenerator -reports:"**/coverage.cobertura.xml" -targetdir: coverage -reporttypes:Html
- Open the report at coverage/index.html
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-testing-code-coverage-analysis Download link: https://github.com/kevintsengtw/dotnet-testing-agent-skills/archive/main.zip#dotnet-testing-code-coverage-analysis Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.