Skip to content

Commit 26b1ec8

Browse files
Merge branch 'master' into dependabot/pip/pymdown-extensions-10.12
2 parents 3d1b8e3 + 0b81e0f commit 26b1ec8

15 files changed

+15
-5
lines changed

docs/faq/code-analysis/which-metrics-does-codacy-calculate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Codacy calculates the number of issues in the following static code analysis cat
6161
- **Comprehensibility:** Code that can be difficult to understand and modify
6262
<!--issue-categories-end-->
6363

64-
Besides this, Codacy also allows you to compare issues across repositories with different sizes by calculating the issue cost **relative to a baseline of 1 point per line of code**, where the cost of each issue depends on its severity: Critical = 10 points, Medium = 5 points, Minor = 1 point. This means that if your repository has 50% issues, the amount and severity of the issues in your repository is half of the baseline.
64+
Besides this, Codacy also allows you to compare issues across repositories with different sizes by showing **issues per thousand lines of code (kLoC)**.
6565

6666
Codacy displays issues on the following places:
6767

@@ -70,9 +70,9 @@ Codacy displays issues on the following places:
7070
|[Commit detail page](../../repositories/commits.md)<br/>[Pull request detail page](../../repositories/pull-requests.md)<br/>[Email notifications](../../account/emails.md#managing-your-email-notifications)|Number of new and fixed issues introduced by the commit or pull request|
7171
|[Files page](../../repositories/files.md)|Number of issues in each file|
7272
|[Issues page](../../repositories/issues.md)|List of all issues detected in each branch|
73-
|[Repository Dashboard](../../repositories/repository-dashboard.md)|Issue percentage and how the metric is evolving over time|
74-
|[Organization overview](../../organizations/organization-overview.md)|Average issue percentage of the repositories in your organization and issue percentage of each repository|
75-
|[Repositories list page](../../organizations/managing-repositories.md)|Issue percentage in each repository in your organization|
73+
|[Repository Dashboard](../../repositories/repository-dashboard.md)|Issues per 1000 lines of code|
74+
|[Organization overview](../../organizations/organization-overview.md)|Average issues / kLoC of the repositories in your organization and issue / kLoC of each repository|
75+
|[Repositories list page](../../organizations/managing-repositories.md)|Issues / kLoC in each repository in your organization|
7676

7777
## Complexity
7878

-54.5 KB
Loading
-34 KB
Loading
-187 KB
Loading
-262 KB
Loading
-194 KB
Loading
-42.9 KB
Loading
-38.3 KB
Loading
19.9 KB
Loading
-54.2 KB
Loading

0 commit comments

Comments
 (0)