actions-marketplace-validations/Flow Coverage Compare
Github action to compare flow coverage on a PR to the base branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub authentication token | yes | ${{ github.token }} |
| package-manager | — | yes | yarn |
| path | The path to your .flowconfig | — | — |
| pattern | The regex pattern used to determine which files to run flow on | yes | ^.*.js$ |
| threshold | The number of percentage points *down* where this job will fail - not specifying this input will cause the job to always pass if run successfully | — | — |
Outputs
no outputs