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/faq/code-analysis/which-metrics-does-codacy-calculate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Codacy displays complexity on the following places:
96
96
97
97
## Duplication
98
98
99
-
Codacy identifies clones or [sequences of duplicate code](https://en.wikipedia.org/wiki/Duplicate_code) that exist in at least two different places of the source code of your repository. Clones typically indicate deeper code quality issues and should be eliminated through abstraction when possible.
99
+
Codacy identifies clones or [sequences of duplicate code](https://en.wikipedia.org/wiki/Duplicate_code) that exist in at least two different places of the source code of your repository. Clones typically indicate deeper code issues and should be eliminated through abstraction when possible.
Copy file name to clipboardExpand all lines: docs/getting-started/integrating-codacy-with-intellij-ides.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integrating Codacy with IntelliJ IDEs
2
2
3
-
The [Codacy IntelliJ plugin](https://github.com/codacy/codacy-intellij-extension) is an open-source plugin for IntelliJ IDEs that lets you review the result of the Codacy analysis for a pull request, get the full list of problems found, and navigate to any Quality issue that you want to review and fix.
3
+
The [Codacy IntelliJ plugin](https://github.com/codacy/codacy-intellij-extension) is an open-source plugin for IntelliJ IDEs that lets you review the result of the Codacy analysis for a pull request, get the full list of problems found, and navigate to any issue that you want to review and fix.
4
4
5
5
!!! info "To use this plugin you need a [Codacy account](https://www.codacy.com/signup-codacy)"
6
6
@@ -12,15 +12,15 @@ The main view of the Codacy IntelliJ plugin provides a summary of the code quali
12
12
13
13
In the main view, you can find the following information:
14
14
15
-
- The **Quality status** of the pull request, either up to standards or not up to standards, based on the [Quality gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
15
+
- The **Status** of the pull request, either up to standards or not up to standards, based on the [Gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
16
16
17
-
- Any **Quality issues** introduced or fixed by the pull request. These are the same issues you find in the [Quality Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app and are also visible in IntelliJ's Problems tab.
17
+
- Any **issues** introduced or fixed by the pull request. These are the same issues you find in the [Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app and are also visible in IntelliJ's Problems tab.
18
18
19
-
When this item is expanded, the number next to each file name is the total number of Quality issues that the pull request adds to that file.
19
+
When this item is expanded, the number next to each file name is the total number of issues that the pull request adds to that file.
20
20
21
21
- The **diff coverage** introduced by the pull request. The percentage next to each file name is the coverage variation for that file.
22
22
23
-
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Quality Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
23
+
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
24
24
25
25
- Variations in **code complexity** introduced by the pull request.
26
26
@@ -56,12 +56,12 @@ After completing these steps, the main view shows the result of the latest Codac
56
56
57
57
## Reviewing pull request issues
58
58
59
-
In the **Problems tool window**, Codacy displays the same Quality issues you find in the main view and lets you navigate to the exact line of code where the issue was found.
59
+
In the **Problems tool window**, Codacy displays the same issues you find in the main view and lets you navigate to the exact line of code where the issue was found.
60
60
61
61
!!! note
62
62
Code coverage, duplicates, and complexity aren't currently shown in the Problems tool window.
Copy file name to clipboardExpand all lines: docs/getting-started/integrating-codacy-with-visual-studio-code.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The [Codacy Visual Studio Code extension](https://github.com/codacy/codacy-vscode-extension) is an open-source project that enables developers to review directly in VS Code the result of Codacy analysis for the pull requests they’re working on.
4
4
5
-
Use this extension to get the full list of problems found by Codacy for a pull request and navigate to any Quality issue that you want to review and fix.
5
+
Use this extension to get the full list of problems found by Codacy for a pull request and navigate to any issue that you want to review and fix.
6
6
7
7
!!! info "To use this extension you need a [Codacy account](https://www.codacy.com/signup-codacy)"
8
8
@@ -20,11 +20,11 @@ The main view of the extension displays information about the code quality and c
20
20
21
21
The **Pull request status** tab displays the following information for the pull request of the currently checked-out branch:
22
22
23
-
- The **Quality status** of the pull request, either up to standards or not up to standards, based on the [Quality gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
23
+
- The **Status** of the pull request, either up to standards or not up to standards, based on the [Gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
24
24
25
-
- Any **Quality issues** introduced or fixed by the pull request. These are the same issues you find in the [Quality Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app and are also visible in VS Code's Problems tab.
25
+
- Any **issues** introduced or fixed by the pull request. These are the same issues you find in the [Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app and are also visible in VS Code's Problems tab.
26
26
27
-
When this item is expanded, the number next to each file name is the total number of Quality issues that the pull request adds to or removes from that file. The number farther to the right, added by VS Code, is the total number of problems in that file, which may or may not be Quality issues from Codacy. If there are any Medium or Critical Quality issues, the file name is also highlighted in yellow (Medium) or red (Critical).
27
+
When this item is expanded, the number next to each file name is the total number of issues that the pull request adds to or removes from that file. The number farther to the right, added by VS Code, is the total number of problems in that file, which may or may not be issues from Codacy. If there are any Medium or Critical issues, the file name is also highlighted in yellow (Medium) or red (Critical).
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Quality Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
37
+
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
38
38
39
39
- Variations in **code complexity** introduced by the pull request.
40
40
@@ -48,23 +48,23 @@ The **Open Pull Requests** tab lists all open pull requests for the repository,
48
48
49
49
- Analyzing, if Codacy is analyzing the branch.
50
50
51
-
- Up to standards or not up to standards, based on the [Quality gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
51
+
- Up to standards or not up to standards, based on the [Gates](../repositories-configure/adjusting-quality-gates.md) set for the repository.
52
52
53
53
- The author of the pull request.
54
54
55
55
- The source and target branches of the pull request.
56
56
57
-
- Any **Quality issues** introduced or fixed by the pull request. These are the same issues you find in the [Quality Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app.
57
+
- Any **issues** introduced or fixed by the pull request. These are the same issues you find in the [Issues tabs](../repositories/pull-requests.md#issues-tabs) in the Codacy app.
58
58
59
-
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Quality Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
59
+
- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.
60
60
61
61
- Variations in **code complexity** introduced by the pull request. This is the same value you find on the [Pull request quality overview](../repositories/pull-requests.md#quality-overview) in the Codacy app.
The **Analyzed Branch** tab appears if you switch to an analyzed branch that doesn't have an open pull request, such as the `main` or `master` branch. This tab shows an overview of the Quality issues found in that branch, grouped by recently added, introduced by the current user, issue category, and issue severity.
67
+
The **Analyzed Branch** tab appears if you switch to an analyzed branch that doesn't have an open pull request, such as the `main` or `master` branch. This tab shows an overview of the issues found in that branch, grouped by recently added, introduced by the current user, issue category, and issue severity.
68
68
69
69
See [how to manage the analysis of your repository's branches](../repositories-configure/managing-branches.md).
70
70
@@ -99,16 +99,16 @@ To see Codacy quality and coverage data for an open pull request, follow these s
99
99
100
100
1. Check out the pull request of interest. You can do it either manually or from the **Open Pull Requests** tab, by clicking the arrow button or using the contextual right-click menu.
101
101
102
-
After completing these steps, the main view shows the result of the latest Codacy analysis for the pull request. The VS Code Problems tab lists the Quality issues found.
102
+
After completing these steps, the main view shows the result of the latest Codacy analysis for the pull request. The VS Code Problems tab lists the issues found.
103
103
104
104
## Reviewing pull request issues
105
105
106
-
In the **Problems tab**, Codacy displays the same Quality issues you find in the **Status tab** and lets you navigate to the exact line of code where the issue was found.
106
+
In the **Problems tab**, Codacy displays the same issues you find in the **Status tab** and lets you navigate to the exact line of code where the issue was found.
107
107
108
108
!!! note
109
109
Code coverage, duplicates, and complexity aren't currently shown in the Problems tab.
110
110
111
-
To review Quality issues:
111
+
To review issues:
112
112
113
113
1. Open the **Problems tab** (use `Ctrl+Shift+M` on Windows/Linux or `Cmd+Shift+M` on macOS).
Copy file name to clipboardExpand all lines: docs/release-notes/cloud/cloud-2024-07.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ These release notes are for the Codacy Cloud updates during July 2024.
16
16
## Product enhancements
17
17
18
18
- You can now [upload Dynamic Application Security Testing (DAST) findings](../../codacy-api/examples/uploading-dast-results.md) which appear in the [Security and Risk Management dashboard](../../organizations/managing-security-and-risk.md#dashboard). (TAROT-2657)
19
-
- The Quality Issues page now groups issues detected in a repository by code pattern and displays them as a list for quick filtering. (ALA-1147)
19
+
- The Issues page now groups issues detected in a repository by code pattern and displays them as a list for quick filtering. (ALA-1147)
Copy file name to clipboardExpand all lines: docs/release-notes/cloud/cloud-2025-02-adding-ruff-lizard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ Not enabled by default (for now): Since Lizard may introduce a significant numbe
24
24
Currently, Lizard operates as a tool, meaning it does not impact:
25
25
26
26
- File-level complexity scores
27
-
- Complexity Quality gates
27
+
- Complexity gates
28
28
- Dashboard complexity metrics
29
29
30
30
However, we plan to integrate it as a metric soon—stay tuned!
31
31
32
32
## Ruff
33
33
34
-
We've increased our offering in Python tools and we added Ruff as our new tool for Quality.
34
+
We've increased our offering in Python tools and we added Ruff as our new tool.
35
35
Ruff is a fast Python linter designed to be a drop-in replacement for tools like Flake8, isort, and Black. This tool significantly outperforms traditional Python linters, making it ideal for large codebases. Ruff supports over 500 linting rules and type-aware linting.
36
36
37
37
Currently it's compatible with **Python up to 3.13**
-**New issues are over:** Pull requests or commits are marked not up to standards if the number of issues introduced that have at least the specified severity level is higher than the set value.
20
20
-**New security issues are over:** Pull requests or commits are marked not up to standards if the number of security issues introduced is higher than the set value.
Copy file name to clipboardExpand all lines: docs/repositories/commits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ page_name: "commit"
3
3
file_name: "commits"
4
4
---
5
5
6
-
# Quality Commits page
6
+
# Commits page
7
7
8
-
The **Quality Commits page** displays an overview of the commits in your repository, such as the analysis status and the code quality metrics for each commit. This allows you to monitor the evolution of the code quality per commit in your repository.
8
+
The **Commits page** displays an overview of the commits in your repository, such as the analysis status and the code quality metrics for each commit. This allows you to monitor the evolution of the code quality per commit in your repository.
9
9
10
10
By default, the page lists the commits on the main branch of your repository, but if you have [more than one branch enabled](../repositories-configure/managing-branches.md) you can use the drop-down list at the top of the page to display commits on other branches.
Copy file name to clipboardExpand all lines: docs/repositories/coverage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Quality Coverage page
1
+
# Coverage page
2
2
3
-
The **Quality Coverage page** displays the current code coverage information in your [enabled repository branches](../repositories-configure/managing-branches.md).
3
+
The **Coverage page** displays the current code coverage information in your [enabled repository branches](../repositories-configure/managing-branches.md).
4
4
5
5
If your repository doesn't have coverage set up, you can learn more on how to [add coverage to your repository](../coverage-reporter/index.md).
0 commit comments