From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Visualizing duplication with SonarQube

Visualizing duplication with SonarQube - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Visualizing duplication with SonarQube

- [Instructor] Let's look at SonarQube support for visualizing the duplication in your project. SonarQube comes in a couple of different flavors. SonarQube Community Edition can be downloaded and run on your servers. You can also purchase a commercial edition, which will unlock extra capabilities, which will still run on your own computing equipment. SonarCloud is a version of SonarQube which is hosted in the cloud. That's what we're going to be working with today. Let's work through the steps of getting our account all ready to go so that we can start looking at some actual analysis data. First, visit sonarcloud.io, then click on login, then click With GitHub, and then sign in with your GitHub credentials. Then click the Authorize SonarSource plugin. Next up, click analyze your code, click choose an organization on GitHub, click Install, click continue, choose the free plan, click Create Organization. Now you'll need to make sure and clone the CodeIgniter project into that GitHub…

Contents