get_coverage
Retrieve coverage data from a test run using its run ID, optionally filtered to specific file paths, to pinpoint untested code after tests execute.
Instructions
Get coverage data from a previous test run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Filter coverage to specific file paths | |
| runId | Yes | The run ID from a test run with coverage enabled |