actions-marketplace-validations/JaCoCo Report Extended
Publishes the JaCoCo report as a comment in the Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 9, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/codlab_jacoco-report@009f74cfc72a4c21867fdfa78fc28bfcc2d1ee80 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 |