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

Add support for --test-threads #51

Open
dianpopa opened this issue Feb 25, 2022 · 0 comments
Open

Add support for --test-threads #51

dianpopa opened this issue Feb 25, 2022 · 0 comments

Comments

@dianpopa
Copy link

We want to be able to specify to cargo-kcov the number of threads on which to run the tests.
We are currently facing an issue where we see some intermittent fails in our cargo kcov testing and they seem to be caused by multiple tests being run in parallel.
We have noticed that if we run cargo test --test-threads and then kcov on the binary, the number of failures is smaller.

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

No branches or pull requests

1 participant