pytest-coverage
Generates annotated coverage reports using pytest to identify and test uncovered lines of code.
Install
npx skills add https://github.com/github/awesome-copilot --skill pytest-coverageStats
| Total installs | 7,693 |
| Weekly installs | 7.7K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Generates annotated source files in cov_annotate/ directory, with ! markers indicating uncovered lines
- Supports module-specific coverage checks via --cov=module_name and targeted test runs on specific test files
- Workflow: run coverage, review annotated files for uncovered lines, write tests to cover gaps, repeat until 100% coverage achieved
Tags
Related skills
| Skill | Installs | vs pytest-coverage |
|---|---|---|
| ai-prompt-engineering-safety-review | 7,775 | +82 |
| prompt-engineering-patterns | 8,725 | +1,032 |
| structured-autonomy-implement | 7,421 | -272 |
| review-and-refactor | 7,825 | +132 |
| tdd | 8,723 | +1,030 |
FAQ
- How many installs does pytest-coverage have?
- pytest-coverage has 7,693 total installs and 7.7K installs this week.
- Where is pytest-coverage hosted?
- pytest-coverage is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does pytest-coverage have?
- pytest-coverage has 27.4K GitHub stars.
- When was pytest-coverage first indexed?
- OrangeBot.AI first indexed pytest-coverage on Feb 25, 2026.
- How do I install pytest-coverage?
- Run: npx skills add https://github.com/github/awesome-copilot --skill pytest-coverage