Hello,
I have a multi-module android project and when I run the sonar-scanner command like this:
sonar-scanner -Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization={organization}
-Dsonar.projectKey={projectKey}
-Dsonar.exclusions=**/*.java
I can see the logs are saying there are 1913 files have been analyzed.
"INFO: 1913/1913 source files have been analyzed"
However, from the “Code” tab, I can only see one module’s content (only 414 lines of code) being upload to Sonarcloud dashbaord. And that is only one of my module’s file, but I have 5 modules that didn’t appear.
Please let me know why is that please? do I miss anything that needs to be setup?
Thank you!