Hi! I might be missing something totally obvious, but I'm wondering how to merge (combine) C++ coverage from GCC?
gcovr has something like this: https://gcovr.com/en/stable/output/json.html#json-format-merging
Is there similar functionality available in grcov?
My use case isn't that special: I have many parallel runs of my software (on different machines), and I want to collect coverage for all of them and present them as a unified HTML report.
Hi! I might be missing something totally obvious, but I'm wondering how to merge (combine) C++ coverage from GCC?
gcovr has something like this: https://gcovr.com/en/stable/output/json.html#json-format-merging
Is there similar functionality available in grcov?
My use case isn't that special: I have many parallel runs of my software (on different machines), and I want to collect coverage for all of them and present them as a unified HTML report.