We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9297475 commit b2c9174Copy full SHA for b2c9174
justfile
@@ -37,7 +37,8 @@ check: fmt-check lint test
37
38
# Generate code coverage report (requires cargo-llvm-cov)
39
coverage:
40
- cargo llvm-cov --workspace --html --ignore-filename-regex 'gen/'
+ rustup component add llvm-tools-preview --toolchain stable
41
+ rustup run stable cargo llvm-cov --workspace --html --ignore-filename-regex 'gen/'
42
@echo "Coverage report: target/llvm-cov/html/index.html"
43
44
# Run the helloworld example
0 commit comments