Sonar is not showing same coverage as Jaccoco

Viewed 14

I am working on java multimodule project and i want to export code coverage to sonar.But i don’t know i don’t have the same coverage. Here is the coverage for jacoco: enter image description here

and this is the one for sonar:

enter image description here

Even for a simple file

enter image description hereenter image description here jacoco shows 66 but sonar 75. Do you have an idea what it could cause this problem?

0 Answers
Related