pulko/Code Report CI
Run codereport in CI: check for blocking or expired code reports, or run init, list, html
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | codereport subcommand (check, init, list, html) | no | check |
| arguments | Extra CLI arguments (e.g. for list: --tag buggy --status open, for html: --no-open) | no | "" |
| version | Version of codereport to use (crates.io version or "latest") | no | latest |
| working-directory | Working directory to run codereport in (repo root with .codereports/) | no | . |
| fail-on-error | Whether to fail the workflow if codereport exits non-zero | no | true |
Outputs
| name | description |
|---|---|
| result | Combined stdout and stderr from the codereport command |
| exit-code | Exit code from the codereport command |