Determine your technical debt using SonarQube - Creating the SonarQube project

Sep 29, 2017

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.

26.png

Keep the project key in mind, we will need this parameter later when setting up the builds.


Last edited Apr 15, 2024 by Vincent Biret


Tags: