You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: