Junit test reports not imported

Hello Colin,

I’m using sonar-scanner-cli-4.8.0.2856 scanner and tried with below property value.

sonar.junit.reportPaths=Appsrc/build/test-results/testfolder/

Still i can’t see the Unit Tests result on project dashboard.

In log i have below

INFO: parsing [/sonar/gradle_build/app1/Appsrc/build/test-results/testfolder]
ERROR: Reports path not found or is not a directory: /sonar/gradle_build/app1/Appsrc/build/test-results/testfolder

Next with below same problem.

sonar.junit.reportPaths=Appsrc/build/test-results/testfolder/TEST-.*.xml

Error:

INFO: parsing [/sonar/gradle_build/app1/Appsrc/build/test-results/testfolder/Appsrc/build/test-results/testfolder/TEST-.*.xml]
ERROR: Reports path not found or is not a directory: /sonar/gradle_build/app1/Appsrc/build/test-results/testfolder/Appsrc/build/test-results/testfolder/TEST-.*.xml

However my code coverage results able to view on dashboard.