cinderblock/Standalone Stats

Publish Allure test reports to a parallel branch of your repo (or a sibling repo) for self-contained pretty charts, trend graphs, and README badges - with no third-party service required.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
data-branchBranch that stores the cumulative allure-results directory + history.noallure-data
data-repoRepository (`owner/name`) to store cumulative allure-results in. Default is the current repository. If set to a sibling repo, a PAT with `repo` scope must be supplied via `token`.no""
data-pathSubdirectory inside data-branch where the cumulative results live.no""
pages-branchBranch that stores the rendered allure-report (typically served by GitHub Pages).nogh-pages
pages-repoRepository (`owner/name`) to store the rendered report in. Default is the current repository. If set to a sibling repo, a PAT with `repo` scope must be supplied via `token`.no""
pages-pathSubdirectory inside pages-branch where the rendered report is placed.no""
results-dirDirectory containing this run's freshly generated allure-results JSON.noallure-results
tokenToken used to push to data-branch and pages-branch. Defaults to the workflow's GITHUB_TOKEN (sufficient for same-repo mode). For sibling-repo mode, supply a PAT with `repo` scope.no${{ github.token }}
commit-nameGit user.name used for stats commits.nogithub-actions[bot]
commit-emailGit user.email used for stats commits.no41898282+github-actions[bot]@users.noreply.github.com
commit-messageCommit message used on both data-branch and pages-branch.nostandalone-stats: publish run ${{ github.run_id }}/${{ github.run_attempt }}
allure-versionPinned version of the allure-commandline npm package used to generate the report.no2.30.0
auto-create-sibling-reposIf true and a configured sibling repo doesn't exist, create it via the GitHub REST API (requires `token` with `repo` scope, plus `admin:org` if creating in an organization).notrue
sibling-repo-visibilityVisibility for auto-created sibling repos. One of `public` or `private`. Note: GitHub Pages on a private repo requires a paid plan.nopublic
namedescription
pages-urlHTTPS URL where the rendered allure report is served.
badge-markdownPre-built Markdown snippet linking the badge SVG to the rendered report.
data-branch-refFull ref (`refs/heads/<branch>`) of the data branch that was updated.
pages-branch-refFull ref (`refs/heads/<branch>`) of the pages branch that was updated.