improve_test_coverage_orchestrator
Orchestrates the iterative test coverage improvement cycle by executing tests, analyzing uncovered code, and outputting prioritized actions to reach target thresholds.
Instructions
Drive the full iterative coverage improvement loop and produce prioritized next actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| excludePaths | No | ||
| includePaths | No | ||
| maxIterations | No | ||
| workspacePath | No | Single absolute workspace path. | |
| workspacePaths | No | Absolute paths to workspaces to operate on. | |
| minDeltaPercent | No | ||
| targetLinesPercent | No | ||
| targetBranchesPercent | No | ||
| targetFunctionsPercent | No | ||
| targetStatementsPercent | No |