quality-coverage-report
CommunityPinpoint untested code, boost quality.
Authormvillmow
Version1.0.0
Installs0
System Documentation
What problem does it solve? This Skill helps developers identify gaps in their test suites, ensuring critical code paths are thoroughly tested and improving overall software reliability. It automates the generation and analysis of coverage reports, saving manual review time.
Core Features & Use Cases:
- Coverage Generation: Creates detailed reports for Python (and future Mojo) code, highlighting executed and missing lines/branches.
- Coverage Goals: Defines and tracks against minimum and target coverage percentages, providing clear objectives for test improvement.
- Use Case: After running your unit tests, use this skill to generate an HTML coverage report. Quickly see which parts of your code are not being tested, then write new tests to cover those areas, ensuring comprehensive code validation.
Quick Start: Use the quality-coverage-report skill to generate a test coverage report for the Python source code in the 'src' directory.
Dependency Matrix
Required Modules
pytestpytest-cov
Components
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: quality-coverage-report Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#quality-coverage-report Please download this .zip file, extract it, and install it in the .claude/skills/ directory.