rust-sdk/justfile
4t145 55215b6170
chore: cov settings, and fix serveral building warnings (#281)
* chore: cov settings, update Python test dependencies and adjust command arguments

* fix: remove .vscode dir
2025-06-25 14:30:45 +08:00

15 lines
No EOL
344 B
Makefile

fmt:
cargo +nightly fmt --all
check:
cargo clippy --all-targets --all-features -- -D warnings
fix: fmt
git add ./
cargo clippy --fix --all-targets --all-features --allow-staged
test:
cargo test --all-features
cov:
cargo llvm-cov --lcov --output-path {{justfile_directory()}}/target/llvm-cov-target/coverage.lcov