get_untested_exports
Identify exported public symbols lacking test coverage to detect gaps in your test suite. Filter results by file pattern to focus on specific code areas.
Instructions
Find exported public symbols with no matching test file — test coverage gaps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_pattern | No | Filter by file glob pattern (e.g. "src/tools/%") |