Hi am using sonarqube community edition of 9.9LTS and tried the same with sonarqube10.2 community edition facing same issue unit Test Result (- Unit Test) is not reflecting on sonarqube dashboard even though below command executed successfully
sonar-scanner -X -Dsonar.projectKey=platform-api -Dsonar.sources=. -Dsonar.host.url=http://localhost:9000 -Dsonar.login=sqp_30ea0d33bdfb5af8e3277de5cfafa218096534ce -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info -Dsonar.testExecutionReportPaths=sample-report.xml
below is the unit test sample file >
on execution of sonar-scanner No error reflect