mi-kas/Kotlinx Kover Report

Github action that publishes the Kover code coverage report as a comment in pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath or glob pattern to the generated kover report xml fileyes
tokenGithub personal token to add commits to the pull requestno${{ github.token }}
titleTitle for the pull request commentno
update-commentUpdate the coverage report comment instead of creating a new one. Requires title to be set.nofalse
min-coverage-overallThe minimum code coverage that is required to pass for overall projectno
min-coverage-changed-filesThe minimum code coverage that is required to pass for changed filesno
coverage-counter-typeReport counter type (`INSTRUCTION``, `LINE` or `BRANCH`) to calculate coverage metrics.no
upload_urlBase URL of the upload service that receives coverage XML reportsno
upload_tokenBearer token used to authenticate coverage XML report uploadsno
namedescription
coverage-overallThe overall coverage of the project
coverage-changed-filesThe total coverage of all changed files