Hi Team,
Is sonar code coverage % depends on sonarquality gate ?Actually our issue is for one of our component before enabling sonar quality gate ,the code coverage % was around 67% but after enabling sonar quality gate flag, the code coverage % is reduced to 57.6%.also please note that we have not introduced any new code, we have just enabled sonar quality gate flag.
Hi @Martin_Bednorz ,
Our project is private one and one ore observation is code coverage % is decreasing when we are changing version in gradle.properties…Is there any dependency on that?
SonarCloud itself is not calculating the code coverage, this is being provided to us by third-party tools within your CI (e.g. the Jacoco plugin within Gradle). You can find more information on code coverage here.