pznamir00/js-missing-test
Adds comment on PR if changed file has no test
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner | yes | — |
| repo | The repository name | yes | — |
| pr_number | Number of pull request | yes | — |
| token | The Github token for access to the repo | yes | — |
| test_file_ext | Extension of test files (e.g. test.js) | yes | — |
| lookup_strategy | Test file searching strategy. Has 2 available options: - same-dir - looks for files in same directory where source file is located - sep-dir:dir-path - looks for files in provided directory that includes all the tests | — | same-dir |
| root_directory | Root directory of files | — | src |
| ignore_pattern | Regex pattern to ignore specific files | — | — |
Outputs
no outputs