which versions are you using (SonarQube Server / Community Build - Community Build v25.12.0.117093)
how is SonarQube deployed: Helm
what are you trying to achieve: whenever there is a change in a java class certain methods that are not touched, fails with code coverage
what have you tried so far to achieve this, we have set the new code settings to Number of days
Any code that has changed in the last x days is considered new code. If no action is taken on a new issue after x days, this issue will become part of the overall code. Recommended for projects following continuous delivery.
to 1
Still this doesnt resolve any immediate PR changes
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
so after sonar analysis, it says that line of code is new, where as through out the file it says uncovered, even for a definition “private static final”