grcov collects and aggregates code coverage information for multiple source
files. grcov processes .profraw and .gcda files which can be generated from
llvm/clang or gcc. grcov also processes lcov files (for JS coverage) and
JaCoCo files (for Java coverage). Linux, macOS and Windows are supported.

WWW: https://github.com/mozilla/grcov
