actions-marketplace-validations/Code Coverage Report with S3 Backend
Comments a pull request with the code coverage for mono repo and single repo and stores lcov files inside a s3 repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| monorepo-base-path | Location of your monorepo `packages` parent folder. | yes | — |
| s3-config | s3 config for lcov file storage, json encoded { credentials: { accessKeyId: "", secretAccessKey: "", }, region: "", Bucket: "repository-code-coverage" } | no | — |
| threshold | minimum threshold (in %) before the action fails, default is 0.05% | no | — |
| mode | overwrite mode manually: collect (upload tmp files) | report (generate report) | merge (on merge) | no | — |
| fail-on-threshold | whether the action should fail if threshold is reached | no | true |
Outputs
no outputs