whynotmake-it/Dart Coverage Assistant

Magically generates code coverage for all your dart projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}.no${{ github.token }}
GITHUB_HEAD_REFThe branch or tag ref that is being merged into the base branch or tag. This defaults to {{ github.head_ref }}.no${{ github.head_ref }}
lower_thresholdThe lower threshold for code coverage, anything below this is considered a failure. Defaults to 0.no0
upper_thresholdThe threshold for the coverage to be considered 'good', anything below this is considered critical. Defaults to 0, we are proud of all coverage here!no0
compare_against_baseWhether to compare against the base when running in a PR. Defaults to true.notrue
enforce_thresholdWhether the action should fail if the coverage is below the lower threshold. Can be set to "none", "single", or "total". Defaults to "total".nototal
enforce_forbidden_decreaseWhether the action should fail if the coverage decreases. Can be set to "none", "single", or "total". Defaults to "none".nonone
generate_badgesWhether to generate badges for the coverage on "push" workflow triggers. Can be set to "push" (push new badges, make sure your branch is not protected), "pr" (open a pull request with the changes, make sure you allow Actions to open PRs on your Repo), or "none" (no badge generation). Defaults to none.nofalse
namedescription
messageThe message to be used as sticky comment.