Need some insights on Jacoco code coverage vs Sonar Qube Coverage

Hi Team,

we’ve been using sonar qube for code quality and code coverage. w.r.t to code coverage the Jacoco test coverage is being executed to gain the respective types of coverages from the code here.

Surprised to see unlikely coverage of both, although the origin of the data is from Jacoco.

Concerns:

  1. Assist us in filling the gap here or any incorrect understandings
  2. Also brief us on the process of post-report recovery from Jacoco
  3. we wish to see the same results on both windows, Kindly walk us through to achieve it

Sonarqube Version:

   Community Edition * Version 9.9.1 (build 69595)

Jacoco Version:

0.8.7

Hi,

Welcome to the community!

First, your JaCoCo version seems a bit dusty at this point.

Beyond that, it’s not fully clear to me what your concern is.

I take it there’s some discrepancy between what you see in the JaCoCo report and what you see in SonarQube?

 
Ann

hey,

Thanks for reaching back, certainly we’ve been experiencing different values across both places

Hi,

When a file is included in a coverage report, we go 100% by what the report says for that file. For files omitted from a report… this blog has some age on it, but it should help.

 
Ann