I have gcov files created for 2 versions of the same file (old & latest).
Need to add the coverage counters for the lines that are present in both the files and generate a new gcov file with cumulative coverage.
I tried to use the diff tool to get the unchanged line numbers and add the coverage counters for these lines
Is there some tool available or please suggest some approaches.