Code Coverage not showing lines to cover on branch anaysis

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)

SonarQube v8.3 Developer Version

  • what are you trying to achieve

Show lines to cover at branch level this works fine on master branch

  • what have you tried so far to achieve this

Added:

sonar.javascript.lcov.reportPaths=build/reports/coverage/lcov.info

works fine on master branch and shows changed files on branch analysis and when I click into a changed file it shows which lines are covered and which ones are not covered. However it says 0 lines to cover. The project is an Angular TS project

Hi,

Welcome to the community!

I suspect some screenshots would be helpful here…

 
Ann