stevenleadbeater/Kotlin Kover
Code coverage using kotlin, gradle and the kover plugin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-threshold | Minimum coverage, below this value will fail | yes | 80 |
| repo-token | GitHub Token to use to apply comment to PR | yes | — |
| proxy-url | Proxy URL for comment creation | no | — |
Outputs
| name | description |
|---|---|
| line-coverage | Line coverage |
| instruction-coverage | Instruction coverage |
| branch-coverage | Branch coverage |
| method-coverage | Method coverage |
| class-coverage | Class coverage |