kennytm / cov

LLVM-GCOV Source coverage for Rust
MIT License
122 stars 10 forks source link

Do not compile dependent crates with profiler #12

Closed kennytm closed 7 years ago

kennytm commented 7 years ago

Only crates in the current workspace needs to be profiled. Dependent crates should not need to have the *.gcno created.