Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube Enterprise Edition Version 8.9.10 (build 61524)
CFamily plugin version: 6.20.5.49286 - what are you trying to achieve
I am trying to make an analysis of our branches and get valid results before enabling sonarqube to fail our pipelines when new findings are made. For some branches it seems SonarQube does not find any new code lines but several findings.
E.g. the branch, where the screenshot below is from, has changes to two files that are covered by the analysis. No changed lines are found but old findings show up in completely unrelated files and according to the log the changed class is analyzed without any problems.
For other branches the findings and changed lines seem to line up properly but others it seems far off.