Open Kioku Explain Test Coverage
explain_test_coverageRetrieve stored test-coverage evidence for a file or entire repository. Get coverage percentages and associated test suites from indexed data to inspect test coverage.
Instructions
Retrieve stored test-coverage evidence and associated test suites for one repository-relative file or the whole repository. Returns coverage percentages, test file associations, and suite metadata from indexed data. Use to inspect stored test-coverage evidence for one file path or the whole repository. Returns associated test suites, coverage percentage when available, and test file associations from indexed metadata. Do NOT use to decide what tests to run next (use recommend_validation_plan) or to find tests for a specific change (use find_tests_for_change). This is read-only, does not execute any tests, and reports only previously indexed or stored coverage data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository-relative path of the file to inspect coverage for. If omitted, returns repository-wide coverage summary. | |
| limit | No | Maximum number of coverage entries to return. Defaults to 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |