|
| 1 | +# Codacy usage |
| 2 | + |
| 3 | +The **Codacy usage** dashboard provides an overview of how your organization is adopting Codacy. You can view and filter the list of repositories from your Git provider. It is also possible to filter, from repositories in Codacy, by gate and coverage information. You can also filter by selecting specific repositories or using [the segments that you have set up](segments.md). |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +!!! important |
| 8 | + Repositories not in Codacy is only available to GitHub accounts. |
| 9 | + |
| 10 | +To access the Codacy usage dashboard, select an organization from the top navigation bar and click on the **Codacy usage** tab at the top of the page. |
| 11 | + |
| 12 | +On the tab, if your Git provider is GitHub, you can view the percentage of repositories added to Codacy. Otherwise, you'll see the total number of repositories in Codacy. |
| 13 | + |
| 14 | +The Codacy usage dashboard includes the following sections to help you monitor Codacy adoption: |
| 15 | + |
| 16 | +- [Repositories](#repositories) |
| 17 | +- [Repositories evolution](#repositories-evolution) |
| 18 | +- [Merged pull requests](#merged-pull-requests) |
| 19 | +- [Top repositories](#top-repositories) |
| 20 | + |
| 21 | +!!! tip |
| 22 | + In each section, you can click on the ellipsis icon in the top right corner to export that section's data to CSV or JSON. |
| 23 | + |
| 24 | +## Repositories |
| 25 | + |
| 26 | +This chart displays the distribution of repositories in Codacy and repositories not in Codacy. On the pie chart, around the number of repositories in Codacy, you can also see the distribution of repositories without gates, without coverage, without gates nor coverage, and with gates and coverage. You can click both on the pie chart and numbers to filter the results in the rest of the dashboard. |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +## Repositories evolution |
| 31 | + |
| 32 | +This chart shows the trend of repositories in your organization over time, considering the filters applied. You can hover over the chart to see the number of repositories on a specific date. You can also click on the chart to filter results in the dashboard. |
| 33 | + |
| 34 | +!!! important |
| 35 | + Data for each period represents an average of the values during that period. |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## Merged pull requests |
| 40 | + |
| 41 | +This chart displays the number of pull requests merged in your repositories. Merged pull requests are distributed in two main categories - analyzed and not analyzed. Analyzed merged pull requests are shown in three different categories - passing gates, failing gates, and without gates. You can click on the chart to filter results in the dashboard. |
| 42 | + |
| 43 | +!!! note |
| 44 | + Merged pull requests data is only from repositories that are in Codacy. |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +## Top repositories |
| 49 | + |
| 50 | +This list displays maximum 10 repositories in your Git provider. Depending on the filters applied, the list will show repositories not in Codacy, repositories in Codacy, or repositories in Codacy grouped by a specific dimension, such as gates information and/or coverage information. |
| 51 | + |
| 52 | + |
0 commit comments