get_coverage
Retrieve current test coverage map, identified gaps, and suggested tests to understand what has been tested and what needs testing.
Instructions
Return the current test coverage map, identified gaps, and suggested tests. Prerequisite: scan_codebase must have been called first. Returns JSON with: coverage entries per route (tested/untested, test frameworks used), gap analysis with priority scores (high/medium/low), and concrete test suggestions for missing coverage. Use this to understand what has been tested and what still needs testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||