get_commit_coverage
Retrieve coverage data for a specific commit by providing owner, repo, and commit SHA. Get overall coverage percentage and file-level changes to assess impact.
Instructions
Get coverage data for a specific commit, including overall coverage percentage and file-level changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (username or organization) | |
| commit_sha | Yes | Commit SHA to get coverage for |