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: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,11 @@
5
5
> - Updated the coverage output paths for clarity
6
6
> - Added a `run-cov.sh` script that also explains some detail on coverage data generation
7
7
> - Added a `nix` devshell for easy setup
8
+
> - Added a `clean.sh` script to clean up generated artificats
8
9
9
10
> [!NOTE]
10
-
> `cargo-llvm-cov` will generatte this warning when used with [nightly toolchains](https://github.com/taiki-e/cargo-llvm-cov/issues/329)
11
-
> `warning: N functions have mismatched data`
12
-
> This can be reproduced by checking out the `cargo-llvm-cov-nightly` branch
13
-
11
+
> Try running `clean.sh` if you encounter any "weird" errors.
12
+
> If the error persists, blow out the `.venv` and `~/.cargo/bin` directories and try again.
0 commit comments