We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would be great to be able to launch some tests and get the coverage result
The text was updated successfully, but these errors were encountered:
I used kcov for coverage. Ok for you ?
kcov
Sorry, something went wrong.
Instead of installing kcov manually (or from master as I did in one of my previous project here https://github.com/jean553/rust-dev-docker/blob/master/provisioning/roles/kcov/tasks/main.yml), I've found this instead: https://github.com/kennytm/cargo-kcov. After a quick test, it seems it does what we want perfectly well and only requires a simple cargo install. Should we take this solution ?
cargo install
yes seems to fit our use case and to be simple enough
No branches or pull requests
I would be great to be able to launch some tests and get the coverage result
The text was updated successfully, but these errors were encountered: