TL; DR
SonarQube allows you to create projects. These projects will hold your code analysis results. You can configure a SQ project for each code repository or even for each branch to have different deltas. (ex my master builds every month, I want to see changes to the monthly and my dev builds daily so I want to see evolution on a day by day basis).
Creating the project
Go to “configuration”-> “Projects”-> “Management” then “create project”.
Keep the project key in mind, we will need this parameter later when setting up the builds.
Keep the project key in mind, we will need this parameter later when setting up the builds.