It’s not that fewer than 20 lines aren’t analyzed. It’s that Quality Gate conditions on Coverage on New Code and Duplications on New Code aren’t enforced when there are fewer than 20 new lines.
A toggle to turn off this behavior has been added to SonarQube, but not in SonarCloud.
Hi Ann, if there are no plans to add a user setting for minimum number of lines changed to affect a quality gate, it would be very much appreciated if you could at least display a notification in the summary page explaining why the quality gate passed regarding this issue. Currently sonarcloud does not explain this in the summary nor in the detailed measures reports. Thanks!
Thanks for you answer, I’m in version 9.9.1 and I can see a tooltip saying
"
At the start of a new code period, if very few lines have been added or modified, it might be difficult to reach the desired level of code coverage or duplications. To prevent Quality Gate failure when there’s little that can be done about it, Quality Gate conditions about duplications in new code and coverage on new code are ignored until the number of new lines is at least 20. An administrator can disable this in the general settings.
".
So I guess it’s also available in version 9, but can’t find it in general settings.