compare_coverage
Compare code coverage between any two git references—branches, commits, or tags—to see coverage differences and pinpoint gaps.
Instructions
Compare coverage between two git references (branches, commits, or tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base reference (e.g., 'main', commit SHA) | |
| head | Yes | Head reference to compare against base | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (username or organization) |