Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringTesting and QA

pytest-coverage

Run pytest with coverage reporting to identify and eliminate untested code lines.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
9

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill pytest-coverage
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, pytest-coverage has 9 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/pytest-coverage.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Run pytest with coverage reporting to identify and eliminate untested code lines. The goal is for the tests to cover all lines of code. Generate a coverage report with: pytest --cov --cov-report=annotate:cov_annotate If you are checking for coverage of a specific module, you can specify it like this: pytest --cov=your_module_name --cov-report=annotate:cov_annotate You can also specify specific tests to run, for example: pytest tests/test_your_module.py --cov=your_module_name --cov-report=annotate:cov_annotate Open the cov_annotate directory to view the annotated source code. There will be one file per source file. If a file has 100% source coverage, it means all lines are covered by tests, so you do not need to open the file. For each file that has less than 100% test coverage, find the matching file in cov_annotate and review the file. If a line starts with a ! (exclamation mark), it means that the line is not covered by tests.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pytest-coverage do?

Run pytest with coverage reporting to identify and eliminate untested code lines.

Is pytest-coverage good?

pytest-coverage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support pytest-coverage?

pytest-coverage currently lists compatibility with Skills CLI.

Is pytest-coverage safe to install?

pytest-coverage has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to pytest-coverage?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install pytest-coverage?

Run the following command to install pytest-coverage: npx skills add https://github.com/github/awesome-copilot --skill pytest-coverage

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering