GCOV Coverage analysis for C/C++ code on Linux

Hi @peter.toft,

you need to generate the coverage reports using gcov, not gcovr, as you can see in your demo.gcov you get only a summary. You need to call gcov for each of the source file, you can find many tutorial explaining how to generate gcov reports.