Full project scan doesn't work

Hi,
I am using SonarCloud with my open-source project. For some reason, full source code is not fully visible on the SonarCould side, or maybe I misunderstood something about how it works.

When I go to the branches -> main -> Code , I can only see that buildSrc has been recognized.

I tried to manually update the source files in this way:

https://sonarcloud.io/project/overview?id=dautovicharis_Charts

Hey there.

I have the same results as you when I fork your project. I imagine it has something to do with the assumptions we make for Java/Kotlin projects.

You can switch to CI-based analysis, but I’m also going to flag this post for attention in case we expect different behavior.

1 Like

Hi Colin, Thanks for the quick reply. I’ll switch to CI-based analysis and let you know if this helps.
Thanks!

Update: I can confirm that the issue has been resolved after moving to the CI-based analysis.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.