You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: book/src/dev/developer-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@
11
11
Test coverage checks are performed in the pipeline. This is configured here: `.github/workflows/coverage.yaml`
12
12
To run these locally:
13
13
1. Install coverage tool by running `cargo install cargo-llvm-cov`
14
-
2. Run `cargo llvm-cov --ignore-filename-regex '.*(tests).*|benches.rs|gencode|helpers.rs'` (you may be asked if you want to install `llvm-tools-preview`, if so type `Y`)
14
+
2. Run `cargo llvm-cov --ignore-filename-regex '.*(tests).*|benches.rs|gencode|helpers.rs'` (you may be asked if you want to install `llvm-tools`, if so type `Y`)
0 commit comments