frequenz-floss/cargo-test

Runs the format checker, linter, and tests with coverage.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
enable-coverageWhether to enable generating a test coverage report or not. If yes, uses `cargo-llvm-cov` for generating the report.notrue
enable-build-cacheWhether 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.notrue
cargo-clippy-extra-parametersAdditional parameters to append to the `cargo clippy` call.no-W clippy::unwrap_used -W clippy::expect_used -W clippy::panic
cargo-test-parametersParameters to append to the `cargo test` command.no""

no outputs