Analyze Test Coverage
analyze_test_coverageParse lcov, Istanbul, or Cobertura coverage reports to identify uncovered files, functions, lines, and branch gaps, pinpointing where tests are missing.
Instructions
Parse a coverage report (lcov, istanbul JSON, or cobertura XML) and return uncovered files, functions, lines, and branch gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Coverage format. Auto-detected from file extension if omitted. | |
| coverage_path | Yes | Path to the coverage file (lcov.info, coverage-summary.json, coverage.xml, etc.) |