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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,16 +127,23 @@ For calculation details, see [how code coverage is calculated](../../faq/code-an
127
127
### Coverage dashboard on Paid plans
128
128
129
129

130
-

131
130
132
131
The Coverage tab on paid plans is divided into two main sections:
133
-
-**Line coverage** that uses three main metrics:
132
+
133
+
-**Line coverage**
134
+
135
+
Uses three main metrics:
136
+
134
137
-**Covered lines**: Number of covered lines reported to Codacy.
135
138
-**Coverable lines**: Number of lines that can be covered, based on coverage reports.
136
-
-**Coverage percentage**: The percentage of covered lines
137
-
-**File coverage** that uses two main metrics:
138
-
-**Files with coverage**: Number of files that have coverage
139
-
-**Total files**: Total number of files
139
+
-**Coverage percentage**: The percentage of covered lines.
140
+
141
+
-**File coverage**
142
+
143
+
Uses two main metrics:
144
+
145
+
-**Files with coverage**: Number of files that have coverage.
146
+
-**Total files**: Total number of files.
140
147
141
148
These metrics drive all dashboard components:
142
149
@@ -145,9 +152,9 @@ These metrics drive all dashboard components:
145
152
|**Coverage**|`coveredLines / coverableLines` <br/>Aggregation of all covered lines divided by all coverable lines across all repositories (or the current filter selection, see [filters](#overview-filters)). Includes only repositories reporting coverage. |
146
153
|**Repositories reporting coverage**| Repositories with coverage data from the latest merged pull request. For example, if the latest merged pull request reported coverage metrics to Codacy, that repository is counted as reporting coverage. |
147
154
|**Coverage trend**| Time-based trend for covered lines, uncovered lines, and organization coverage (or the current filter selection, see [filters](#overview-filters)). You can choose time ranges and granularity, and select a date to see which repositories changed the most during that period. |
148
-
|**File coverage**|`filesWithCoverage/ totalFiles` Aggregation of all the files that have coverage divided by all the files across all repositories (or the current filter selection, see [filters](#overview-filters)). Includes only languages that support coverage. |
155
+
|**File coverage**|`filesWithCoverage/ totalFiles`<br/>Aggregation of all the files that have coverage divided by all the files across all repositories (or the current filter selection, see [filters](#overview-filters)). Includes only languages that support coverage. |
149
156
|**Files by coverage percentage**| Distribution chart grouping the files with coverage into coverage ranges: very low, low, medium, high, and very high. You can select one or more ranges to see the distribution of selected ranges for each language in the languages chart, each day in the trend chart, and the number of files within that range for each repository. |
150
-
|**File coverage by language**| Language breakdown showing file coverage percentages and covered/total file counts per language.You can choose one or more languages to view coverage performance across your repositories for those selected languages. |
157
+
|**File coverage by language**| Language breakdown showing file coverage percentages and covered/total file counts per language.You can choose one or more languages to view coverage performance across your repositories for those selected languages. |
151
158
|**File coverage trend**| Time-based trend for covered files, uncovered files, and overall file coverage percentage. You can choose time ranges and granularity, and select a date to see which repositories changed the most during that period. |
152
159
153
160
You can export data from each chart using the ellipsis icon in the top-right corner in JSON or CSV format.
0 commit comments