actions-marketplace-validations/PR Landmine
A simple, language agnostic solution for creating manual mutation tests directly in-line with a Github pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The access token used to retrieve and update comments on the pull requests | yes | — |
| test-command | The command that is executed after each landmine is added. Ideally, this includes other static validation such as linting. | yes | — |
| test-command-directory | The directory to apply the test command. Useful if your tests are orchestrated in a different directory than root. | no | "" |
| test-command-timeout | The number of milliseconds to wait before bailing on the test command. Needs to be sufficiently high to run the test suite but low enough to catch infinite loops or runaway threads created by the mutation. | no | 60000 |
| auto-resolve | If the bomb is defused successfully, the original pull request comment will be auto-resolved. | no | true |
Outputs
no outputs