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
+38-23Lines changed: 38 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,20 @@
1
-
# NOTE:
2
1
3
-
This creates a minimum reproducible example for this `cargo-llvm-cov` issue: [warning: N functions have mismatched data](https://github.com/taiki-e/cargo-llvm-cov/issues/329)
2
+
> [!NOTE]
3
+
> This is fork of [Colin Jermain's original](https://github.com/cjermain/rust-python-coverage) with the following changes:
4
+
> - Updated to latest `PyO3`, `maturin`, and `pytest-cov` dependencies
5
+
> - Updated the coverage output paths for clarity
6
+
> - Added a `run-cov.sh` script that also explains some detail on coverage data generation
7
+
> - Added a `nix` devshell for easy setup
4
8
5
-
Trying to keep it reproducible, a nix dev-shell and run-script are provided.
9
+
> [!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
0 commit comments