I have a very similar problem and could use a hand. I am trying to get a baseline of my master branch first (i’m measuring this manually via sonar-scanner because it is the first snapshot). As soon as the analysis is committed, it knows about the code, however, the main screen just says “The main branch has no lines of code.” There are no other branches yet on this github repository. Eventually my goal is to use the PR/branch approach as the integration between sonar cloud and github actions take an opinion toward that. But I feel like I need a baseline that sonar sees and can compare against first. Am I wrong?
sonarcloud url: https://sonarcloud.io/dashboard?id=aaronlcope_dependency
github repo url: https://github.com/aaronlcope/dependency
Is “dependency” a reserved word in sonar where it doesn’t want to analyze a project with that keyword in the project name or project key?