- version - 10.6
- how is SonarQube deployed: Docker
- what are you trying to achieve - just question about one suspicious element
hi
I am devops, not developer so I do not know what is going on inside of java project that I am running sonar analysis on. But there is one suspicious element.
Between two sonar analyses there are over 2400 new lines, but on new code coverage sonar shows:
" Coverage on 113 New Lines to cover"
I understand that those are lines of new code that sonar considers that should be covered by tests… but 113 seems to be somewhat low number considering amount of total new lines.
Is there way to check this number to get confirmation that it is reasonable?