For Nodejs app Unit Test Result not reflecting on dashboad of SonarQube9.9LTS Community edition

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

Hi,

Welcome to the community!

Note that you’ve posted an access token to the internet. You should revoke it immediately.

Can you please post the full text of your analysis log? We really don’t like screenshots of logs; they’re hard to read.

 
Thx,
Ann