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
I have a workspace with a virtual manifest and multiple crates. If I run cargo kcov --features foo directly in the subcrate's directory, then the tests build and run with foo enabled. However, if I run cargo kcov --all --features foo from the top directory, then the --features flag seems to be ignored. Shouldn't cargo-kcov pass that feature through to all subcrates? Or if that's not possible, then it should probably be an error to combine --features with --all.
The text was updated successfully, but these errors were encountered:
I have a workspace with a virtual manifest and multiple crates. If I run
cargo kcov --features foo
directly in the subcrate's directory, then the tests build and run with foo enabled. However, if I runcargo kcov --all --features foo
from the top directory, then the--features
flag seems to be ignored. Shouldn't cargo-kcov pass that feature through to all subcrates? Or if that's not possible, then it should probably be an error to combine--features
with--all
.The text was updated successfully, but these errors were encountered: