Skip to content

Commit 0bbfe70

Browse files
author
Howon Lee
committed
let them ask the question
1 parent 00fa1d3 commit 0bbfe70

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ We're excited to announce that two new static analysis tools are now supported o
1919

2020
### Unit Test Generation, Early Access
2121

22-
We're excited to announce our new unit test generation feature, for early access! CodeRabbit can now automatically generate unit tests for your code changes.
22+
We're excited to announce that our new unit test generation feature is now available in early access! CodeRabbit can now automatically generate unit tests for your code changes.
2323

2424
Key capabilities:
2525

2626
- **Intelligent Test Generation**: Automatically creates unit tests that cover edge cases, error scenarios, and core functionality
2727
- **Context-Aware**: Generates tests that understand your existing codebase patterns and testing conventions
2828
- **One-Click Integration**: Simply comment `@coderabbitai auto-generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
2929

30-
The generated tests can be easily customized to fit your specific requirements.
30+
You can customize the generated tests to fit your specific requirements.
3131

3232
## June 5, 2025
3333

docs/finishing-touches/docstrings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Docstrings generation is part of the [finishing touches](/future-development#fin
1515

1616
## Usage
1717

18-
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding in-code documentation. You can request CodeRabbit to generate docstrings by typing `@coderabbitai generate docstrings` in a comment under that pull request or by clicking the `📝 Generate Docstrings` checkbox under `Finishing Touches` in the CodeRabbit Walkthrough.
18+
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding in-code documentation. You can request CodeRabbit to generate docstrings by typing `@coderabbitai generate docstrings` in a comment under that pull request or by clicking the **Generate Docstrings** checkbox under **Finishing Touches** in the CodeRabbit Walkthrough.
1919

2020
Once sent, CodeRabbit will perform the following actions:
2121

docs/finishing-touches/unit-test-generation.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Unit Test Generation is an Early Access Experimental feature.
2121

2222
## Usage
2323

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 auto-generate unit tests` in a comment under that pull request or by clicking a checkbox under `🧪 Generate Unit Tests` in the CodeRabbit Walkthrough.
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 auto-generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
2525

2626
Once sent, CodeRabbit will perform the following actions:
2727

@@ -50,16 +50,8 @@ These software forges are supported:
5050
5151
- GitHub
5252
53-
We are working on GitLab and Azure DevOps support as of writing.
54-
5553
## Supported CI/CD systems
5654
5755
These CI/CD systems are supported for post-generation adjustments:
5856
5957
- GitHub actions
60-
61-
We are working on CircleCI and Travis CI support as of writing.
62-
63-
## Supported languages
64-
65-
Any programming language and unit test library / framework known to the LLM is supported.

0 commit comments

Comments
 (0)