-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should add a coverage test to stratis-min testing #3299
Comments
The first step is getting the complete coverage. As ever, we will have to exclude a few things, but llvm-cov tool does not have a convenient way of annotating lines, unlike the standard Python coverage tools. This means that there is more of a benefit to using, e..,g., codecov because we can get changes in the coverage induced by a PR, which is an informative kind of information. See example: rust-netlink/netlink-packet-route#59 (comment) |
Coverage at 64.8%. |
It should be easy to get complete coverage information for the stratis-min chunk of code.
The text was updated successfully, but these errors were encountered: