fernandomoraesvr/JaCoCo Report
Publishes the JaCoCo report as a comment in the Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Comma separated paths of the generated jacoco xml files | yes | — |
| token | Github personal token to add commits to Pull Request | yes | — |
| min-coverage-overall | The minimum code coverage that is required to pass for overall project | no | 80 |
| min-coverage-changed-files | The minimum code coverage that is required to pass for changed files | no | 80 |
| title | Optional title for the Pull Request comment | no | — |
| debug-mode | Run the action in debug mode and get debug logs printed in console | no | false |
Outputs
| name | description |
|---|---|
| coverage-overall | The overall coverage of the project |
| coverage-changed-files | The total coverage of all changed files |