mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.18k stars 148 forks source link

Support textual output #420

Open marco-c opened 4 years ago

marco-c commented 4 years ago

Similarly to llvm-profdata: prio

gilescope commented 4 years ago

Interesting. I was hunting around for how to do a textual summary of the coverage myself. I'm sure I've done it before...

gilescope commented 4 years ago

I remember I used lcov --summary to get a textual version: https://stackoverflow.com/questions/61386804/how-to-read-only-line-coverage-from-lcov-summary-command-and-store-in-some-she (would be nice to not have to rely on another installed program)