Hello,
I am a new user of SonarQube and am interested in calculating the total code coverage over all projects. We are using the code coverage percent found under Measures, Coverage, Overall under developer 7.5. What base numbers can I use from each project to calculate a grand total percentage?
As a side note, I am working on the same type of metric for bugs and vulnerabilities as well.
If you want to do it the hard way for a while to really appreciate what Enterprise Edition brings you () then I guess you’d take the overall coverage % for each project, times the project’s LOC, add those together & divide by the sum of all projects’ LOC.