Get project coverage summary
get-project-coverage-summaryGet aggregate test coverage for a project's requirements: which are tested, which aren't, and the coverage percentage. Optionally filter by git branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional: filter coverage to a git branch (e.g., "main") | |
| project | Yes | The project target: its slug (find it with list-projects), e.g. 'acme-checkout' |