cleartax/Parse jacoco report
Parse jacoco report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Path to jacoco csv report | yes | coverage/coverage.csv |
| min-coverage | The minimum code coverage that is required to pass for overall project | no | 90 |
| token | Github PAT to create PR comments | yes | — |
| badgePath | Path where badge will be generated | no | — |
| report-url | URL to the full coverage report | no | — |
Outputs
| name | description |
|---|---|
| total-coverage | Total code coverage percentage |
| lines-covered | Total lines covered by tests |
| lines-missed | Total lines missed by tests |
| total-lines | Total number of lines |