silicon-heaven/Rust pycobertura
Generate pycobertura reports for Rust projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | Name of the project used for filenames / in text | yes | — |
| commit_name | Commit hash used for filenames | — | ${{github.event.pull_request.head.sha || github.sha}} |
| cargo_test_arguments | Specify custom arguments for cargo test | — | --all-features |
| fail_if_worse | Whether to fail pycobertura says so | — | false |
| rust_toolchain | Which toolchain to choose (stable/nightly) | — | stable |
| cache_key | An additional key for the coverage cache | no | ${{ github.workflow }}-${{ github.job }} |
Outputs
no outputs