No coverage when gcov enabled binary is consumed via rpc calls

Viewed 9

So there is a package A, for which we have gcov enabled binary. Now to do testing for A and we spun up a daemon for process A and consumes it via rpc calls.

Issue is we are not able to get coverage data (.gcda files) when tests are consuming gcov binary of package A.

Testing is done on same machine.

Can gcov be used to generate coverage files for this use case.

0 Answers
Related