check-run-reporter/Check Run Reporter
A GitHub action for uploading structured test reports to check-run-reporter.com for reporting, stability analysic, and optimization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 20, 2024
- License
- MIT
Pinned Snippet
uses: check-run-reporter/action@6b0cc1d9f8c97f8d94cb9f9f413570ccb9be4936 # v2.13.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hostname | Internal. Do not use unless directed. Supercedes --url | no | — |
| label | Label that should appear in the GitHub check. Defaults to the step's name. | no | — |
| nodeCount | The total number of nodes you intend to spin up | no | 1 |
| nodeIndex | This node's index. | no | 0 |
| report | Path or glob to the job's report files. Separate multiple globs with a semicolon | no | — |
| tests | Path or glob to the job's test files. Separate multiple globs with a semicolon | no | — |
| root | Defaults to `$(pwd)`. If you run your tests via a `uses` step, the default should be fine, but if you run your tests via a `run` step, you may need to speriment a bit to determine what working directory was set during your tests. | no | — |
| token | Repo token to authenticate the upload. You can get your tokens from [https://www.check-run-reporter.com/repos](https://www.check-run-reporter.com/repos). | yes | — |
Outputs
| name | description |
|---|---|
| tests | The names of the test files to test on this node |