Skip to content

Commit 499266a

Browse files
authored
Claude review should recommend testing (#4137)
1 parent 3d87bfc commit 499266a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/claude_review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- Critical bugs or logic errors
5959
- Typos in code, comments, or strings
6060
- Missing or insufficient test coverage for changed code
61+
- If the PR adds a new feature or significant functionality without corresponding tests, suggest adding tests
62+
- If the PR fixes a bug that was not caught by an existing unit test, suggest adding a regression test to prevent recurrence
6163
- Outdated or inaccurate documentation affected by the changes
6264
6365
Do NOT comment on:

0 commit comments

Comments
 (0)