Coverage Analyzer

Parse coverage.py XML reports (coverage.xml) into a human-readable coverage analysis: total line/branch percent, files with zero coverage, worst-10 ranking, delta vs a stored JSON baseline, and a PASS/FAIL verdict against an optional threshold. Stdlib-only Python script (xml.etree.ElementTree, json, argparse) that closes the loop after test-generator.

bestdeejay-design d0457f6 4 files · 22.1 KB Updated

File contents

bestdeejay-design/agent-skills/tree/main/skills/coverage-analyzer commit d0457f6067

Frequently asked questions

npx skillmds@latest add bestdeejay-design/coverage-analyzer