I am using SonarQube developer edition, version 7.9.1, build 27448.
I am trying to analyze all the files in my project, but only a (big) subset is being analyzed.
The files not being analyzed is available in SonarQube to be read. In the overview it just has a — instead of an amount, but if i open up the actual file inside SonarQube it says how many lines there actually are. But they aren’t being analyzed.
I’ve run SonarQube on my project, expecting everything to be analyzed, but a part isn’t. It is a brand new project and i haven’t excluded anything. I’ve tried enabling include autogenerated code in case it mistook it for autogenerated.
I am using Azure DevOps integration and that plugin, to do this.
Typically this implies that some code is being analyzed as Test code (as such, metrics/issues won’t be reported).
Could this be the case? Feel free to share logs from your analysis if you’d like someone to take a look and pinpoint what’s going on (anything else will be guesswork)