step-security/Go Test Action
Run `go test` with rich summary output and annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| moduleDirectory | Directory of go module to test | no | . |
| testArguments | Arguments to `go test`, `-json` will be prepended | no | ./... |
| fromJSONFile | Parse the specified JSON file, instead of executing go test | no | — |
| omit | Whitespace separated list of renderable items to omit. See README.md for details. | no | — |
| omitUntestedPackages | Omit any packages from summary output that do not have tests | no | false |
| omitPie | Omit the pie chart from the summary output | no | false |
| omitSuccessfulPackages | Omit any packages from summary output that are successful | no | false |
Outputs
no outputs