manashmandal/LiteCov
Lightweight code coverage reporter - posts PR comments with coverage stats
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-file | Path to coverage report file (auto-detected if not specified) | no | — |
| format | Coverage format: auto, lcov, cobertura | no | auto |
| show-files | Files to show: all, changed, threshold:N, worst:N | no | changed |
| threshold | Minimum coverage threshold for passing status (0-100) | no | 0 |
| title | Comment title | no | Coverage Report |
| annotations | Output GitHub annotations for uncovered lines | no | false |
| base-coverage-file | Path to base branch coverage file for comparison | no | — |
| base-branch | Base branch name for display in diff header | no | main |
| token | GitHub token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| coverage | Total coverage percentage |
| lines-covered | Number of covered lines |
| lines-total | Total number of lines |
| files-count | Number of files with coverage data |