devhub-tools/Coverbot | Devhub
Quickly determine code coverage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- MIT
Pinned Snippet
uses: devhub-tools/coverbot-action@80162068154eaeafabb168e905b25829ebb95895 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| format | file format (currently only `elixir` and `go` are supported) | yes | — |
| file | location of json file | yes | — |
| domain | Domain where your Devhub app is hosted | yes | — |
| devhub_api_key | API key from your Devhub app settings | yes | — |
| github_token | GitHub Token | yes | — |
| subdirectory | If your code is in a subdirectory, specify it here | no | — |
| junit_folder | location of the folder containing the JUnit files | no | — |
Outputs
| name | description |
|---|---|
| covered | Number of lines covered |
| relevant | Number of lines considered relevant |
| percentage | The coverage percentage |