infection/Tests checker
Requires writing the tests in Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| comment | Comment to be used by action when PR does not have tests | no | — |
| fileExtensions | Comma-separated extensions of the source code folder files be checked. Example: ".php,.ts,.js" | no | — |
| testDir | Test directory to find tests in | no | — |
| testPattern | A shell glob pattern that should match test files. For example, you can set it to testPattern: *_test.go and Bot will be able to understand, that added test has this pattern instead of located in testDir. testDir and testPattern are alternatives, however can be used together. | no | — |
| GITHUB_TOKEN | GITHUB_TOKEN to work with GitHub API | yes | — |
Outputs
no outputs