show icon indicating copy to clipboard operation
show copied to clipboard

Code coverage workshop

Open mre opened this issue 7 years ago • 0 comments

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

mre avatar Jun 19 '18 11:06 mre