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.

Exploring complexity with Code Climate

Exploring complexity with Code Climate - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Exploring complexity with Code Climate

- [Instructor] So let's dig in and give Code Climate a try. Visit codeclimate.com, click the Login link to log in the Quality app. You're going to need a GitHub account to log in to Code Climate. Click this Log in button, using your GitHub credentials. No GitHub account? Go through the process of creating one, including verifying your email address. We're going to go ahead and click Next to get past this message. Code Climate requires a paid plan to work with private repositories, so we're going to explore its features using and open source project. Go ahead and click Add Repository. I already have repositories listed here. You're not going to have any and that's okay. What you need to do first is go over to my demo GitHub account, which is github.com/mscottford-demo. Go ahead and bookmark this page 'cause we're going to be coming back here a lot. Scroll down to angular, and click on it, and then click the Fork button to fork this repository into your GitHub account. Now we can go…

Contents