which versions are you using: SonarQube Developer edition 9.8.0 and sonnar-scanner 4.8.0
how is SonarQube deployed: zip
what are you trying to achieve: I want to analyze swift code
what have you tried so far to achieve this: selecting the correct main branch, deleting and recreating the project
I’m fairly new to sonarqube, so my question might be stupid or I might be doing something completely wrong…
THE PROBLEM:
I analyze the project and then I navigate to the link that the analysis outputs. I get to the sonarqube dashboard where it says: “Passed All conditions passed.”
Now when I click on Code I see that only 1 source file and only 7 lines of code were analyzed. Is this normal behavior? My project contains many source files, but only 1 random file is being analyzed and shown under “Code”. How can I tell sonarqube to also include other files?
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.