bcherrington/Augment Review PR Test Coverage
AI-powered test coverage analysis and test case suggestions for PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 6, 2025
- License
- GPL 3.0
Pinned Snippet
uses: bcherrington/review-pr-test-coverage@f01cf764b9693f21e2db50e7353a3d96d76c3365 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| augment_session_auth | Augment session authentication JSON containing accessToken and tenantURL. Store as repository secret for security. | yes | — |
| github_token | GitHub token for API access. Must have 'repo' scope. | yes | — |
| pull_number | The number of the pull request being reviewed | yes | — |
| repo_name | The full name (owner/repo) of the repository | yes | — |
| custom_guidelines | Optional custom testing guidelines to include in the test coverage review process. These will be added to the default testing guidelines. | no | — |
| model | Optional model name to use; passed directly to augmentcode/augment-agent. | no | — |
| rules | Optional JSON array of rules file paths to forward as --rules flags to augmentcode/augment-agent. | no | — |
| mcp_configs | Optional JSON array of MCP config file paths to forward as --mcp-config flags to augmentcode/augment-agent. | no | — |
Outputs
no outputs