Hi Team,
We are using Azure devops pipeline with sonar cloud integration and code coverage is showing in Azure Interface pipeline code coverage tab as shown in attachment but not showing in sonar cloud. Tasks sequence shown in screenshot below.
In prepare analysis for sonar cloud task, path is explicitly set where jacoco.xml is available,sonar.coverage.jacoco.xmlReportPaths=/home/vsts/work/1/s/development/CCReport43F6D5EF/jacoco.xml and same is set in maven/pom.xml options as
-Dsonar.coverage.jacoco.xmlReportPaths=/home/vsts/work/1/s/development/CCReport43F6D5EF/jacoco.xml
Can you point why the coverage is not coming in sonar cloud.