verify_coverage_target
Compare current code coverage metrics against specified thresholds for lines, branches, functions, and statements to verify if coverage targets are met.
Instructions
Compare current coverage metrics against requested thresholds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | No | Single absolute workspace path. | |
| workspacePaths | No | Absolute paths to workspaces to operate on. | |
| targetLinesPercent | No | ||
| targetBranchesPercent | No | ||
| targetFunctionsPercent | No | ||
| targetStatementsPercent | No |