dragonshorn-studios/Elyseum Coverage Reporter

Installs elyseum-cli, runs it, and comments on a PR with the results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub API Access Token.no${{ github.token }}
github_token_actorThe name of the GitHub app that owns the GitHub API Access Token (see github_token). Used to identify pull request comments created by this action during earlier runs. Has to be set when `github_token` is set to a GitHub app installation token (other than GitHub actions). Otherwise, existing comments will not be updated, but new comments created. Note: this does not change the bot name of the pull request comments. Defaults to "github-actions".nogithub-actions
commandCommand to run elyseum-cli with (diff-coverage, coverage, etc.)diff-coverage
comment-nameName of the comment to update or createElyseum Coverage Reporter
workdirWorking directory to run elyseum-cli in.
result-file-pathPath to the result filecoverage/github.pr.coverage.md
annotation-file-pathPath to the result filecoverage/github.pr.annotations.json
quality-gateQuality gate to check against80
quality-gate-failQuality gate to fail against15
use-dev-elyseum-cliUse the development branch elyseum-cli""

no outputs