Coverage not getting update

  • how is SonarQube deployed: Docker
  • what are you trying to achieve: Coverage report
  • what have you tried so far to achieve this: setup sonar but coverage not reflecting, code scanning triggered through Jenkins

Even if sonarscan goes well and scan see Coverage statement in Jenkins job output, coverage is not getting reflect in SonarQueb Dashboard, it shows 0%

Hi,

You need to pass your coverage report into analysis. The docs should help.

 
Ann