pritishvaidya/Coverage Check
Runs coverage check with specified parameters and generates a pull request with test results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-command | Command to run tests | yes | — |
| coverage-type | Type of coverage report | yes | — |
| desired-coverage | Desired coverage percentage | yes | — |
| max-iterations | Maximum number of iterations | yes | — |
| open-api-key | API key for the coverage tool | no | — |
| github-token | GitHub token for authentication | yes | — |
| pr-github-token | GitHub token for creating PR and commenting | yes | — |
| python-version | Python version to install | yes | 3.12 |
| node-version | Node.js version to install | yes | 20.3.1 |
Outputs
| name | description |
|---|---|
| previousCoverage | Previous coverage |
| currentCoverage | Current coverage |