how to integrate unittest and regression tests code coverage

2013-08-25 Thread Avihay Eyal
Hi, I have a job running the unittest, and a job running the regressions tests. I'm adding a code coverage report for each one (I plan to do it with gcov). But I also want to know the *integrated code coverage* I have, so how can I do that? clearly I can't just sum up the percents...

Re: how to integrate unittest and regression tests code coverage

2013-08-25 Thread Johannes Wienke
On 25.08.13 15:31 schrieb Avihay Eyal: Hi, I have a job running the unittest, and a job running the regressions tests. I'm adding a code coverage report for each one (I plan to do it with gcov). But I also want to know the *integrated code coverage* I have, so how can I do that? clearly