Run llvm-lines on the entire test suite
patrickfreed opened this issue · 1 comments
patrickfreed commented
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.
patrickfreed commented
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.