analyze_coverage
Analyze test suite coverage to detect gaps and uncover missing symbol coverage, providing recommendations for improvement.
Instructions
Analyze the coverage of a test suite and identify gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tests | Yes | List of test dicts (output from generate_tests) | |
| language | No | Language for tool recommendations | |
| test_type | No | Test type for threshold lookup | unit |
| source_code | No | Source code to identify uncovered symbols |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||