frequenz-floss/cargo-test
Runs the format checker, linter, and tests with coverage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enable-coverage | Whether to enable generating a test coverage report or not. If yes, uses `cargo-llvm-cov` for generating the report. | no | true |
| enable-build-cache | Whether to enable caching the build artifacts or not. If yes, caches the build using a hash generated from the `Cargo.lock` file if it exists, otherwise uses the `Cargo.toml` file. | no | true |
| cargo-clippy-extra-parameters | Additional parameters to append to the `cargo clippy` call. | no | -W clippy::unwrap_used -W clippy::expect_used -W clippy::panic |
| cargo-test-parameters | Parameters to append to the `cargo test` command. | no | "" |
Outputs
no outputs