gotesttools/limgo-badge-action
Do not let your test coverage drop
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| limgo_file | The limgo output to generate the badge for. | yes | — |
| limgo_file_format | The format of the limgo output. Has to be one of [tab, md, json]. | no | tab |
| badge_name | The name of the generated badge. | no | limgo-badge.png |
| badge_enabled_stmt | Flag to enable or disable the statement coverage being displayed in the generated badge. | no | true |
| badge_enabled_lines | Flag to enable or disable the lines coverage being displayed in the generated badge. | no | true |
| badge_enabled_branch | Flag to enable or disable the branch coverage being displayed in the generated badge. | no | true |
| repo | The repo to push the generated limgo badge to. | yes | — |
| branch | The branch to push the generated limgo badge to. | no | limgo-badge |
| github_token | The GitHub token to push to the current repo. Suggested as secrets.GITHUB_TOKEN | yes | — |
| github_token_owner | The owner of the GitHub token. | yes | — |
Outputs
no outputs