Skip to content

Commit 8ad15a4

Browse files
fix bullet list and replace screenshot
1 parent eec6070 commit 8ad15a4

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed
723 KB
Loading
Binary file not shown.

docs/organizations/reporting/organization-overview.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,23 @@ For calculation details, see [how code coverage is calculated](../../faq/code-an
127127
### Coverage dashboard on Paid plans
128128

129129
![Image of the Coverage tab](./images/organization-overview-coverage.png)
130-
![Image of File Coverage section](./images/organization-overview-file-coverage.png)
131130

132131
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+
134137
- **Covered lines**: Number of covered lines reported to Codacy.
135138
- **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.
140147

141148
These metrics drive all dashboard components:
142149

@@ -145,9 +152,9 @@ These metrics drive all dashboard components:
145152
| **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. |
146153
| **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. |
147154
| **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. |
149156
| **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. |
151158
| **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. |
152159

153160
You can export data from each chart using the ellipsis icon in the top-right corner in JSON or CSV format.

0 commit comments

Comments
 (0)