Top "Gcovr" questions

Is there anyway to merge cobertura coverage xml reports together?

I have c++/c application with a lots of unit tests. I would like to get overall coverage and also …

unit-testing code-coverage cobertura gcovr
Is it possible to merge coverage data from two executables with gcov/gcovr?

On one project, I'm running the test cases on three different executables, compiled with different options. Depending on the options, …

g++ code-coverage gcov gcovr