actions-marketplace-validations/Barecheck - Code Coverage
GitHub Action generates code coverage reports
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GitHub Action token | no | "" |
| barecheck-github-app-token | Barecheck application token, received after application installation. Would be used instead of `github-token` | no | — |
| barecheck-api-key | Barecheck project API key | no | — |
| lcov-file | Compare code coverage report | yes | ./coverage/lcov.info |
| base-lcov-file | Base code coverage report to generate percentage diff | no | "" |
| minimum-ratio | Minimum code coverage ratio that would to be considered as a difference between based and head commits | no | — |
| send-summary-comment | Send Github Pull request comment with code coverage summary | no | "" |
| show-annotations | Shows annotations with uncovered lines in the review. Options: warning|error | no | warning |
| app-name | Application name should be used once you have more then one report in your workflow. | no | "" |
| workspace-path | Path to your application. Mostly used for Monorepos if you need to add prefix for all files | no | "" |
| pull-number | Pull request number (Optional). For use in non-'pull_request' events | no | "" |
Outputs
| name | description |
|---|---|
| percentage | Total Percentage coverage |
| diff | Percantage difference between head branch |