which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
plugins {
id “org.sonarqube” version “3.3”
}
what are you trying to achieve
the reports are being generated in the path build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
but sonar cloud was not able to take these coverages show the coverage report in sonar cloud
from feature branch to not default branch {dev}
what have you tried so far to achieve this
get the code coverage parameter on all the pros and in sonar cloud
is there any way to pick up info from .sonarcloud.properties for Gradle or is it only way to mention the properties in build.gradle as mentioned above.