Composability with cargo-careful
#318
Labels
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
I'm trying to combine
cargo-llvm-cov
withcargo-careful
in a single "cargo test" run.Via https://github.com/taiki-e/cargo-llvm-cov/blob/main/README.md#get-coverage-of-external-tests
Without
cargo-llvm-cov
in the mix the "cargo careful test" step does work.I do not know if that is not possible by design of those two tools? Both docs are a bit spare on what they actually do behind the covers.
Would I just have two separate CI jobs instead?
The text was updated successfully, but these errors were encountered: