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

130
+

130
131
131
-
The Coverage tab on paid plans uses two key metrics:
132
-
133
-
-**Covered lines**: Number of covered lines reported to Codacy.
134
-
-**Coverable lines**: Number of lines that can be covered, based on coverage reports.
132
+
The Coverage tab on paid plans is divided into two main sections:
133
+
-**Line coverage** that uses three main metrics:
134
+
-**Covered lines**: Number of covered lines reported to Codacy.
135
+
-**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
135
140
136
141
These metrics drive all dashboard components:
137
142
138
143
| Metric | Description |
139
144
| ------ | ----------- |
140
145
|**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. |
141
146
|**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. |
142
-
|**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 granularities, and select a date to see which repositories changed the most during that period. |
147
+
|**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. |
149
+
|**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. |
151
+
|**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. |
143
152
144
153
You can export data from each chart using the ellipsis icon in the top-right corner in JSON or CSV format.
0 commit comments