The pytest-coverage skill runs pytest with coverage analysis to identify untested code lines and helps developers achieve 100% test coverage. It generates annotated source files marking uncovered lines with exclamation marks, allowing developers to systematically write tests for missing coverage. This skill is for Python developers who want to ensure their test suites comprehensively cover all code paths.
npx skills add https://github.com/github/awesome-copilot --skill pytest-coverage