pytest-coverage
🎯Skillfrom github/awesome-copilot
Runs pytest with coverage analysis, discovers uncovered lines, and iteratively adds tests to achieve 100% coverage.
Overview
Pytest Coverage is a GitHub Copilot skill that runs pytest test suites with code coverage analysis, identifies lines that lack test coverage, and assists in increasing coverage toward 100%. It integrates pytest execution with coverage reporting to provide a clear picture of what code is tested and what needs additional tests.
Key Features
- Integrated test execution with coverage: Runs pytest tests with built-in coverage measurement in a single workflow.
- Uncovered line discovery: Pinpoints exact lines and branches in the codebase that are not covered by existing tests.
- Coverage improvement guidance: Helps generate or suggest additional tests to close coverage gaps and reach 100% coverage.
Who is this for?
This skill is designed for Python developers and QA engineers who use pytest and want to systematically improve their test coverage. It is particularly useful for teams with coverage requirements, CI/CD pipelines that enforce coverage thresholds, or developers aiming to write comprehensive test suites for critical code paths.
Same repository
github/awesome-copilot(224 items)
Installation
npx vibeindex add github/awesome-copilot --skill pytest-coveragenpx skills add github/awesome-copilot --skill pytest-coverage~/.claude/skills/pytest-coverage/SKILL.mdSKILL.md
More from this repository10
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.
Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.