sonarQube configuration help - jest-sonar-reporter

Hi All,

This is regarding SonarQubes Coverage.

Tech. stack : ReactJs, Jest and SonarQube

Code coverage report score i am getting in my local, same score i am expecting in sonarQube coverage.

To achieve this i have completed the following steps:-

  1. Installed npm package jest-sonar-reporter
  2. configured in sonar-project.properties.

I am facing difficulty to get the same in sonarQube dashboard, It might be simple fix but i am not able to figure it out.

Appreciate your kind help in fixing the issue

The first step is making sure you’ve read the documentation on Javascript/Typescript Code Coverage

The next step would be to post:

  • How you’ve configured your sonar-project.properties file
  • What the analysis logs say about importing your coverage report