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/changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ description: The latest updates and changes to CodeRabbit.
5
5
sidebar_position:13
6
6
---
7
7
8
+
##July 23, 2025
9
+
10
+
###⚡️ Unit Test Generation - Beta
11
+
12
+
CodeRabbit's unit test generation is now available in Beta! Automatically generate comprehensive unit tests for your code changes, ensuring better test coverage and catching edge cases you might miss. Our AI analyzes your code structure and creates tests that follow best practices and your project's testing patterns. Learn more[here](https://docs.coderabbit.ai/finishing-touches/unit-test-generation), or just try it under ✨ Finishing Touches.
Copy file name to clipboardExpand all lines: docs/finishing-touches/unit-test-generation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
10
10
```
11
11
12
12
:::warning
13
-
This feature is[experimental](/early-access#experiments).
13
+
This feature isin beta.
14
14
:::
15
15
16
16
#Unit Test Generation
17
17
18
18
Unit Test Generation is part of the[finishing touches](/future-development#finishing-touches).
19
19
20
-
Unit Test Generation is an Early Access Experimental feature.
21
-
22
20
##Usage
23
21
22
+

23
+
24
24
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing`@coderabbitai generate unit tests` in a comment under that pull request or by clicking a checkbox under**Generate Unit Tests** in the CodeRabbit Walkthrough.
25
25
26
26
Once sent, CodeRabbit will perform the following actions:
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@
615
615
"enabled": {
616
616
"type":"boolean",
617
617
"default":true,
618
-
"description":"Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. |v1.9.4"
618
+
"description":"Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. |v2.1.2"
619
619
}
620
620
},
621
621
"additionalProperties":false,
@@ -716,7 +716,7 @@
716
716
"enabled": {
717
717
"type":"boolean",
718
718
"default":true,
719
-
"description":"Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. |v1.64.8"
719
+
"description":"Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. |v2.2.2"
720
720
},
721
721
"config_file": {
722
722
"type":"string",
@@ -897,7 +897,7 @@
897
897
"enabled": {
898
898
"type":"boolean",
899
899
"default":true,
900
-
"description":"Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.122.0"
900
+
"description":"Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.128.1"