nasamin/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
- Activelast commit Apr 25, 2026
- License
- MIT
Pinned Snippet
uses: nasamin/trx-parser@c720607ac80bcd6124fcb482e96e0bfe159f5b2f # v0.8.1tags can be moved; commit SHAs can't. why a SHA?
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 |