Coverage is not reflecting in Sonar Dash bord for my nest Application

Sonar dashboard version :

  • Community Edition
  • Version 8.9.7 (build 52159)

how is SonarQube deployed: Using Jenkins

what are you trying to achieve:
I am trying to increase coverage for my application but i am unable to do that, I have already implemented test cases for my files , but coverage is not reflecting on Sonar dash board.

what have you tried so far to achieve this:
I have added jest configurations to my package.json file

Hi,

Your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

8.9.7 → 9.9.4 → 10.4 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

If your error persists after upgrade, please come back to us.

Hey Thanks for your Reply Colin , But its upto client responsibility , i am unable to update it, Can i share my configurations like Package.json file and Log at Jenkins?

It’s your client’s responsibility to use a supported version of SonarQube! We only support active versions of SonarQube in this community.

But Its working for other services, we are able to increase Coverage by adding Test cases. we are not able increase coverage for particular Services, I think this related to configurations issues.