Skip to content
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

Code coverage workshop #39

Open
mre opened this issue Jun 19, 2018 · 0 comments
Open

Code coverage workshop #39

mre opened this issue Jun 19, 2018 · 0 comments

Comments

@mre
Copy link
Member

mre commented Jun 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant