coverbot-io/Coverbot | Code Coverage
Quickly determine code coverage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| format | file format (currently only `elixir` and `go` are supported) | yes | — |
| file | location of json file | yes | — |
| coverbot_api_key | Coverbot Token | yes | — |
| github_token | GitHub Token | yes | — |
| subdirectory | If your app is in a subdirectory, specify it here | no | — |
Outputs
| name | description |
|---|---|
| covered | Number of lines covered |
| relevant | Number of lines considered relevant |
| percentage | The coverage percentage |