actions-marketplace-validations/Barecheck - Code Coverage

GitHub Action generates code coverage reports

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenYour GitHub Action tokenno""
barecheck-github-app-tokenBarecheck application token, received after application installation. Would be used instead of `github-token`no
barecheck-api-keyBarecheck project API keyno
lcov-fileCompare code coverage reportyes./coverage/lcov.info
base-lcov-fileBase code coverage report to generate percentage diffno""
minimum-ratioMinimum code coverage ratio that would to be considered as a difference between based and head commitsno
send-summary-commentSend Github Pull request comment with code coverage summaryno""
show-annotationsShows annotations with uncovered lines in the review. Options: warning|errornowarning
app-nameApplication name should be used once you have more then one report in your workflow.no""
workspace-pathPath to your application. Mostly used for Monorepos if you need to add prefix for all filesno""
pull-numberPull request number (Optional). For use in non-'pull_request' eventsno""
namedescription
percentageTotal Percentage coverage
diffPercantage difference between head branch