Coverage Report is generated but showing Coverage 0.0% on sonarqube

Must-share information (formatted with Markdown):

  • which versions are you using ( Scanner : sonar-scanner-4.4.0.2170-windows)
  • I want to add code Coverage to sonarqube server.
  • I have tried is mentioned below:
  1. I have generated Coverage Reports

  2. I have configured sonar scanner. and Run sonar-scanner -X and scanned successfully and after successfully pushing code to master branch it still show code coverage 0.0% although my test report is :


  3. Sharing sonar prop file:

sonar.host.url=https://sonarqube.xxxxx.com
sonar.projectKey=xxxxxxxx
sonar.coverage.exclusions=E:/WFH/react-native/android/**, E:/WFH/react-native/node_modules/** , E:/WFH/react-native/ios/**
sonar.javascript.lcov.reportPaths
sonar.java.binaries = E:/WFH/react-native/android/**,
sonar.javascript.lcov.reportPaths=E:/WFH/react-native/coverage/jest/lcov.info
sonar.javascript.file.suffixes=.js,.jsx