Don't see test Coverage on my Sonarqube Dashboard

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • Sonarqube server: Version 7.9.1 (open source)

  • SQ Scanner (Jenkins Plugin): SonarScanner for MSBuild 4.8

  • Gitlab (Community Version)

  • Jenkins

I run project build on jenkins. I receive all metrics except gfor test coverage.

  • what are you trying to achieve
  • I want to see the test Coverage on my Sonarqube Dashboard
  • Generating reports for the test i run in each of my repository (Using the stack: Javascript, Html, css, less, scss, react, react-native and python)
  • what have you tried so far to achieve this
  • I created a Test and Coverage Folder in one of my repository and an lcov.info file in the coverage folder

  • i tried following the steps on sonarqube documentation

A post was merged into an existing topic: Cannot see Coverage Percentage on my Sonarqube Dashboard