step-security/trx-parser
Fast, parallel action to parse .NET TRX test reports and create GitHub status checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TRX_PATH | Path to the directory containing trx files | yes | — |
| REPO_TOKEN | Pass in the repository token. This should be generally be secrets.GITHUB_TOKEN. This is used for GitHub checks api | yes | — |
| IGNORE_FAILURE | Set to true if you want test failures not to block the pull requests. The check status will be set to neutral | no | false |
| SHA | SHA value to use. If not set then will be calculated based on context | no | — |
| REPORT_PREFIX | A string value to use as a prefix on the generated report name. This is useful when you are using this action in multiple workflows and desire unique names | no | — |
Outputs
| name | description |
|---|---|
| test-outcome | Test outcome Failed/Passed |
| trx-files | list of trx files |