tapihdev/JUnit Test Report for Go Monorepo
This action generates a JUnit test report for a Go monorepo with multiple go.mod files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token to use for authentication | yes | — |
| config | YAML-style configuration to define how to parse the test and lint reports (See [JSON schema](./schema.json) for details) | yes | — |
| pull-request-number | The pull request number to comment on On `pull_request` events, this input is automatically filled with `github.event.pull_request.number`. On `push` events, this action does not make any comment if this input is not provided exciplicitly. | no | — |
| sha | The commit SHA to comment on On `pull_request` events, this input is automatically filled with `github.event.pull_request.head.sha`. On `push` events, this input is automatically filled with `github.sha`. | no | — |
Outputs
| name | description |
|---|---|
| body | The body of the comment |