mi-kas/Kotlinx Kover Report
Github action that publishes the Kover code coverage report as a comment in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path or glob pattern to the generated kover report xml file | yes | — |
| token | Github personal token to add commits to the pull request | no | ${{ github.token }} |
| title | Title for the pull request comment | no | — |
| update-comment | Update the coverage report comment instead of creating a new one. Requires title to be set. | no | false |
| min-coverage-overall | The minimum code coverage that is required to pass for overall project | no | — |
| min-coverage-changed-files | The minimum code coverage that is required to pass for changed files | no | — |
| coverage-counter-type | Report counter type (`INSTRUCTION``, `LINE` or `BRANCH`) to calculate coverage metrics. | no | — |
| upload_url | Base URL of the upload service that receives coverage XML reports | no | — |
| upload_token | Bearer token used to authenticate coverage XML report uploads | no | — |
Outputs
| name | description |
|---|---|
| coverage-overall | The overall coverage of the project |
| coverage-changed-files | The total coverage of all changed files |