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
Then, point your favorite browser to `tarpaulin-report.html`.
58
+
59
+
The last few flags exclude the C code and any `rust` code that is test-only from being part of the denominator of the coverage calculation.
60
+
The goal here is not to have high *test* coverage of the C API, as it is up to the [upstream project](https://github.com/tskit-dev/tskit) to provide that.
61
+
62
+
**Note:**`tarpaulin` can be fickle, and changing the order of some of those flags can cause the coverage run to fail.
63
+
42
64
## Change log
43
65
44
-
See [here](https://github.com/molpopgen/tskit_rust/blob/main/CHANGELOG.md).
66
+
See [here](https://github.com/tskit-dev/tskit-rust/blob/main/CHANGELOG.md).
0 commit comments