scientanl/Coverage actions
Comment coverage difference on PR and save current coverage to an endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action_type | Read the coverage from remote and comment it on the pr or write a new coverage to a remote | yes | — |
| lines_coverage | The new (current branch) calculated lines coverage | yes | — |
| method_coverage | The new (current branch) calculated method coverage | yes | — |
| class_coverage | The new (current branch) calculated class coverage | yes | — |
| storage_adapter | The storage adapter to use, available now are DynamoDB and Jsonblob | yes | — |
| token | The token to access github, only required on read | no | — |
| pr_number | The pull request number, only required on read | no | — |
| repo | The repository on which to execute, only required on read | no | — |
| owner | The aforementioned repository owner, only required on read | no | — |
Outputs
no outputs