Skip to content
This documentation applies to Codacy Self-hosted v7.0.0

For the latest updates and improvements, see the latest Cloud documentation instead.

Organization Overview#

The Organization Overview provides an overview of repositories that belong to the same Git provider organization. Here you can compare their statuses and check for items that require your attention.

Important

  • The Organization Overview calculates metrics and displays data only for the repositories that you have access to. This means that depending on their permissions, two users could see different results on their Organization Overview.

  • The Organization Overview displays information for at most the last 100 updated repositories.

To access your Organization Overview, select an organization from the top navigation bar and select Overview on the left navigation sidebar.

On the Organization Overview you have three areas to help you monitor your repositories:

Organization Overview

The following sections provide a detailed description of each dashboard area.

Overall quality chart#

The Overall quality chart compares the repositories in your organization regarding grade, issues, complex files, duplication, and coverage. Each tab displays the average value for the corresponding metric across your repositories.

Overall quality chart

  • Hover the mouse pointer over the bars to see the metrics for the corresponding repositories.
  • Click the bars to navigate directly to the corresponding repository.

If you have over 8 repositories, the chart displays your repositories grouped by grade or percentage intervals. Click the bars to see and navigate directly to the corresponding repositories.

Overall quality chart with grouped repositories

Tip

If you don't have coverage set up for any of your repositories yet, the coverage tab provides you with instructions on how to add coverage for your repositories.

Open pull requests#

The Most problematic tab displays a short list of the open pull requests that aren't up to standards and have the most potential to negatively affect your code quality. Click directly on each pull request to see more details.

Most problematic pull requests

The Last updated tab displays open pull requests sorted by the date of update with one of the following status:

  • Not up to standards
  • Up to standards
  • Analysis failed (something went wrong during the analysis)
  • Analyzing (intermediate status while Codacy is analyzing the pull request)

Last updated pull requests

Last updated repositories#

The Last updated repositories list displays the last updated repositories, sorted by reverse date of the last update. Each card displays the date of the last update and the current grade of the repository.

Click See all to see all repositories in your organization.

Last updated repositories

Note

The exact value of the last updated date of the repositories depends on your Git provider:

  • GitHub: date of the last commit to any branch of the repository (value of pushed_at from the GitHub Repositories API).
  • GitLab: date when the project was last updated (value of last_activity_at from the GitLab Groups API). Note that this value is only updated at most once per hour).
  • Bitbucket: date when the repository was last updated (value of updated_on from the Bitbucket Repositories API). On Bitbucket Server Codacy can't obtain this information and the list displays the repositories in alphabetical order.

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

If you have a question or need help please contact support@codacy.com.

Last modified March 29, 2022