Hi all!
I’m trying to understand how SonarQube compute the coverage. In my C++ project I see that on the overall code I have:
- Coverage: 47.6 %
- Line Coverage 70.8 %
- Condition Coverage 36.2 %
I’m using gcovr to generate coverage in sonaqube format, the last two lines matches with my local report, but I have no idea how sonarqube generate the first coverage reported above.