You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. You can also filter 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).
3
+
The **Codacy usage** dashboard offers an overview of your organization's adoption of Codacy. You can filter the displayed list of repositories by their Git provider, as well as by their gate and coverage information within Codacy. Additionally, you can filter by selecting specific repositories or by using [the segments that you have set up](segments.md).
Repositories not in Codacy is only available to GitHub accounts.
9
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.
10
+
To view the **Codacy usage**dashboard:
11
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.
12
+
- Select an organization from the top navigation bar.
13
+
- On the organization overview page, click the Codacy usage tab.
13
14
14
15
The Codacy usage dashboard includes the following sections to help you monitor Codacy adoption:
15
16
@@ -23,22 +24,26 @@ The Codacy usage dashboard includes the following sections to help you monitor C
23
24
24
25
## Repositories
25
26
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 resultsin the rest of the dashboard.
27
+
This chart displays the distribution of repositories in Codacy and repositories that are not. The doughnut chart also details the breakdown of Codacy repositories based on their configuration: those without quality gates, without coverage, without either gates or coverage, and those with both gates and coverage. Users can interact with the doughnut chart or the numerical data to filter the results. Applying a filter will also affect the repositories displayed in the evolution chart and the results will appear in the "Top repositories" list.
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.
33
+
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.
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.
39
+
This chart displays the number of pull requests merged in your repositories, categorizing them as either analyzed or not analyzed.
40
+
Analyzed PRs are further broken down into three sub-categories:
41
+
42
+
- Passing Gates: Merged PRs that successfully passed all quality gates.
43
+
- Failing Gates: Merged PRs that failed one or more quality gates.
44
+
- Without Gates: Merged PRs where no quality gates were configured or applied.
45
+
46
+
Interacting with the chart allows you to filter the data, with the resulting repositories displayed in the "Top repositories" list.
42
47
43
48
!!! note
44
49
Merged pull requests data is only from repositories that are in Codacy.
@@ -47,6 +52,6 @@ This chart displays the number of pull requests merged in your repositories. Mer
47
52
48
53
## Top repositories
49
54
50
-
This list displays a maximum of 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.
55
+
The list shows a maximum of 10 repositories from your Git provider. You can use filters to display repositories that are not yet in Codacy, or repositories that are already in Codacy. For repositories in Codacy, the list can also group them by specific metrics such as gates, coverage, and merged pull request information.
0 commit comments