I am getting, the difference in sonarqube and jacoco test coverage for my gradle project, the difference is as per below :
Sonarqube - 55 %
Jacoco - 72 %
Whenever i am executing below command :
gradle clean build all --parallel sonarqube
I am getting, the difference in sonarqube and jacoco test coverage for my gradle project, the difference is as per below :
Sonarqube - 55 %
Jacoco - 72 %
Whenever i am executing below command :
gradle clean build all --parallel sonarqube