whynotmake-it/Dart Coverage Assistant
Magically generates code coverage for all your dart projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The 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_REF | The 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_threshold | The lower threshold for code coverage, anything below this is considered a failure. Defaults to 0. | no | 0 |
| upper_threshold | The threshold for the coverage to be considered 'good', anything below this is considered critical. Defaults to 0, we are proud of all coverage here! | no | 0 |
| compare_against_base | Whether to compare against the base when running in a PR. Defaults to true. | no | true |
| enforce_threshold | Whether the action should fail if the coverage is below the lower threshold. Can be set to "none", "single", or "total". Defaults to "total". | no | total |
| enforce_forbidden_decrease | Whether the action should fail if the coverage decreases. Can be set to "none", "single", or "total". Defaults to "none". | no | none |
| generate_badges | Whether 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. | no | false |
Outputs
| name | description |
|---|---|
| message | The message to be used as sticky comment. |