coverage_analyze_gaps
Analyze coverage reports to find untested code paths and gaps. Correlate with source code to identify missing test areas.
Instructions
Analyze code coverage data to identify untested code paths and coverage gaps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| source_code | No | Source code to correlate with coverage gaps | |
| coverage_data | Yes | Coverage report data (lcov, istanbul JSON, or summary text) |