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 gcovrOn 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