actions-marketplace-validations/Check Run Reporter

A GitHub action for uploading structured test reports to check-run-reporter.com for reporting, stability analysic, and optimization.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 20, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/check-run-reporter_action@6b0cc1d9f8c97f8d94cb9f9f413570ccb9be4936 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostnameInternal. Do not use unless directed. Supercedes --urlno
labelLabel that should appear in the GitHub check. Defaults to the step's name.no
nodeCountThe total number of nodes you intend to spin upno1
nodeIndexThis node's index.no0
reportPath or glob to the job's report files. Separate multiple globs with a semicolonno
testsPath or glob to the job's test files. Separate multiple globs with a semicolonno
rootDefaults 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
tokenRepo 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
namedescription
testsThe names of the test files to test on this node