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
Copy file name to clipboardExpand all lines: docs/organizations/reporting/organization-overview.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Some of these metrics depend on your billing plan and are calculated differently
60
60
!!! important
61
61
- The **Code health and security** area calculates metrics and displays data only for the **repositories that you follow** on Codacy. This means that depending on their list of followed repositories, two users can see different results on this chart.
62
62
63
-
- Metrics like grade, complexity, duplication, and coverage (on free plans) represent **at most the last 100 updated repositories**.
63
+
- Some organization-level metrics are limited to the latest 100 updated repositories, depending on the metric and your plan.
64
64
65
65
<sup><spanid="coverage-note">1</span></sup>: Coverage metrics are calculated differently for paid plans and for open source and trial plans. [Learn more](#coverage).
66
66
@@ -83,52 +83,48 @@ The **Last updated repositories** list displays the last updated repositories, s
83
83
84
84
The **Grade** tab gives you visibility into grade distribution across your repositories. From this tab, you can identify the repositories with the highest risk by selecting a grade in the distribution chart.
85
85
86
-
To learn more about how grades are calculated [see how metrics are calculated](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#grade).
86
+
At organization level, **Grade** is the average grade across your latest 100 updated repositories.
87
87
88
-
!!! important
89
-
Grade metrics are based **at most on the last 100 updated repositories**.
88
+
To learn more about how grades are calculated [see how metrics are calculated](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#grade).
90
89
91
90
## Complexity
92
91
93
92

94
93
95
94
Complexity allows you to understand which repositories are at risk of having code that is more difficult to test and more likely to have defects.
96
95
96
+
At organization level, **Complexity** is the percentage of complex files across your latest 100 updated repositories.
97
+
97
98
In this tab, you can understand your organization's complexity status (based on the number of complex files) and how repositories compare against their [goals](../../repositories-configure/adjusting-quality-goals.md). A file is considered complex if its cyclomatic complexity value is higher than the goal defined at repository level. To learn more, see [how metrics are calculated](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#complexity).
98
99
99
100
This panel shows, from the top 100 most recently updated repositories, which repositories are above goal, below goal, or have no goal. Because complexity is better when lower, repositories above goal are highlighted so you can review and act on them.
100
101
101
102
At the bottom of the tab, the complex files distribution helps you understand which files are complex because they are above goal, below goal, or in repositories without a goal. Files are not filterable, while repository goal distributions are.
102
103
103
-
!!! important
104
-
Complexity metrics are based **at most on the last 100 updated repositories**.
105
-
106
104
## Duplication
107
105

108
106
109
107
Duplication allows you to check if sequences of duplicate code exist in at least two different places of the source code of your repository.
110
108
109
+
At organization level, **Duplication** is the average duplication across your latest 100 updated repositories.
110
+
111
111
In this tab, you can see your average duplication and check which repositories are above goal, below goal, or without configured [goals](../../repositories-configure/adjusting-quality-goals.md).
112
112
113
113
To learn more about duplication metrics, see [how duplication is calculated](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#duplication).
114
114
115
-
!!! important
116
-
Duplication metrics are based **at most on the last 100 updated repositories**.
117
-
118
115
119
116
## Coverage
120
117
121
118

122
119
123
120
The **Coverage** tab provides organization-level visibility into your coverage status. Strong coverage helps protect your code and reduce the risk of regressions when code changes.
124
121
125
-
!!! important
126
-
The Coverage tab has two modes:
122
+
At organization level, **Coverage** depends on your plan:
127
123
128
-
- On trial and open source plans, you can see the average repository coverage across the 100 most recently updated repositories. This includes visibility into which repositories are above goal, below goal, or without a goal, similar to the Duplication and Complexity tabs.
129
-
- On paid plans, the dashboard removes the 100-repository limitation and provides additional metrics to help you prioritize improvements. This is the mode covered in this page.
124
+
- On trial and open source plans, it is the average coverage across your latest 100 updated repositories.
125
+
- On paid plans, it is a line-based percentage calculated as `coveredLines / coverableLines` across repositories reporting coverage.
130
126
131
-
To understand better how these metrics are calculated, [learn more](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#code-coverage).
127
+
To understand better how these metrics are calculated, [learn more](../../faq/code-analysis/which-metrics-does-codacy-calculate.md#code-coverage).
0 commit comments