Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) Sonarqube 9.9 , community license
- how is SonarQube deployed: zip, Docker, Helm NA
- what are you trying to achieve:
- what have you tried so far to achieve this
ignore duplication and coverage on small changes should apply to uncovered lines not to total lines. Its quite confusing use the total lines for something that is not taking into account that lines (white spaces, curly-braces, comments).
I have an example with 25 lines in total, just 3 lines to cover, and it fails because of the change is not small enough.
Due to duplications and coverage use the number of uncovered lines, this number should be whatever you consider but for uncovered lines, not total new lines.
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!