Replies: 2 comments
-
Yes, need it, and need to add more test cases. cargo-llvm-cov is also good. |
Beta Was this translation helpful? Give feedback.
0 replies
-
$ cargo llvm-cov --html -- --nocapture
$ open target/llvm-cov/html/index.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you consider or event already use some kind of code coverage tool? I can recommend tarpaulin.
Beta Was this translation helpful? Give feedback.
All reactions