Sonarqube Dashboard Zero Coverage

Must-share information (formatted with Markdown):

  • We are using Selenium version 6.7.5.38563 , using 2.8+ sonarscanner and using Jenkins for CI.
  • I would like to display the code coverage percentage on sonarqube dashboard but it shows zero.
  • here is my properties.file. we are using NodeJS

What should I do more to achieve this data?

#SonarQube Project Configuration
sonar.projectKey=oneapihub-ui
sonar.projectName=oneapihub-ui
sonar.projectVersion=1.0
sonar.language=js
sonar.sources=.
sonar.exclusions=node_modules/*,coverage/lcov-report/*
#Encoding
sonar.sourceEncoding=UTF-8
#coverage reporting
sonar.javascript.lcov.reportPaths=output/coverage/jest/lcov.info

Hello Semih,

Welcome to our community, and thank you for your message!

Would it be possible to share the scanner output, preferably with debug information ?

Yassin