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
It would be nice to be able to use cargo llvm-lines to debug slow test compilation times too, but as far as I can tell it doesn't support counting the lines for cargo test.
This request is similar to #16 but for the entire test suite rather than an individual test, which might be easier (or harder) to implement.
The text was updated successfully, but these errors were encountered:
The --test option also only appears to work on integration tests found in tests/, but it would also be nice to be able to run this on unit tests that might be found in src/ as well.
It would be nice to be able to use
cargo llvm-lines
to debug slow test compilation times too, but as far as I can tell it doesn't support counting the lines forcargo test
.This request is similar to #16 but for the entire test suite rather than an individual test, which might be easier (or harder) to implement.
The text was updated successfully, but these errors were encountered: