Skip to content

Codacy

Setting up Codacy for your project

Codacy allows to check code style, security, duplication, complexity and coverage on every change while tracking code quality throughout your sprints.

To start setting up your GitHub project with Codacy, proceed with the steps below

  1. Click "Login" in the top right corner and logging using either your Bitbucket, GitHub or Google account. After signing in you will get redirected to projects page.
  2. Then look for "Add project" in the top right corner and click it.
  3. You will get redirect to projects wizard page, where all your GitHub/Bitbucket repositories will be listed. Search for the one you want to integrate with Codacy and check the checkbox to the right of your repository name.
  4. That is it, wait for their wizard to parse your project, and you can see all the reports for your repository.

Note

You can also get a badge displayed on your Github project page. To get the code for the badge. Got to your Codacy project settings page and search for "Codacy Badge", then copy the snippet into your GitHub repository README.md file and you're set.