doctaridev/Check new/changed code coverage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-under | Target coverage percentage (0-100) | — | 80 |
| coverage-path | Path to coverage reports (uses common defaults if not specified) | — | coverage/clover.xml |
| compare-branch | Branch to compare coverage against | — | ${{ github.event.pull_request.base.ref }} |
| exclude | Exclude files from coverage check (whitespace-separated list) | — | "" |
| diff-lines-threshold | Skip coverage check if changed lines are below this threshold (0 to always run) | — | 0 |
Outputs
no outputs