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
We can use cargo-kcov with coveralls.io to have automated reporting of code coverage by unit tests. We can also use codecov.io, they have a guide for Rust. Other tools that do coverage are cargo make and cargo travis.