Analyze Test Coverage
analyze_test_coverageParse any coverage report to identify uncovered files, functions, lines, and branch gaps. Supports lcov, Istanbul JSON, and Cobertura XML formats.
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.) |