cargo-llvm-lines icon indicating copy to clipboard operation
cargo-llvm-lines copied to clipboard

Run llvm-lines on the entire test suite

Open patrickfreed opened this issue 3 years ago • 1 comments

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 avatar Nov 04 '22 22:11 patrickfreed

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.

patrickfreed avatar Dec 16 '22 19:12 patrickfreed