Code Coverage Analyzer
Analyze test coverage reports, identify gaps, and prioritize coverage improvements for meaningful quality assurance.
Usage
Share your coverage report or code, and this skill will identify gaps and suggest test priorities.
Examples
- "Analyze my coverage report and identify the highest-risk uncovered code"
- "What tests should I add to improve branch coverage for this module?"
- "Set meaningful coverage targets for my project"
Guidelines
- Focus on branch coverage over line coverage for better fault detection
- Prioritize coverage for business-critical and error-prone code paths
- Don't chase 100% coverage blindly; focus on meaningful tests
- Use coverage reports to find untested error handling paths
- Configure coverage thresholds in CI to prevent coverage regression