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

Using cargo-kcov with binary crates #32

Open
asomers opened this issue Sep 14, 2018 · 0 comments
Open

Using cargo-kcov with binary crates #32

asomers opened this issue Sep 14, 2018 · 0 comments

Comments

@asomers
Copy link

asomers commented Sep 14, 2018

Cargo-kcov works great with library crates, and it also works with binary crates' unit tests. But what about binary crates' functional tests? For example, if your crate produces a binary and your tests are written as shell scripts that invoke that binary, how can you run those shell scripts with kcov and merge its results with the results of your unit tests?

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