-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
What?
Explain tools that measure code coverage and work with Rust
Why?
While code coverage is not a good measurement for the fail-safety of a system,
it might indicate, which parts of a system might need more tests.
Some coverage tools like kcov support Rust, but some tweaking is required to get them to work.
How?
https://github.com/kennytm/cargo-kcov
https://github.com/xd009642/tarpaulin
Suggested by user Hitlife80 on Reddit
Reactions are currently unavailable