This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new bf15d90602b Update CLAUDE.md (#37009)
bf15d90602b is described below
commit bf15d90602bbfb7bca70f7754b90016e996215a3
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Nov 4 23:34:05 2025 +0800
Update CLAUDE.md (#37009)
---
CLAUDE.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CLAUDE.md b/CLAUDE.md
index 5c756663b3d..f8ef443c8c7 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -48,6 +48,9 @@ Key areas covered by coding standards file:
- 100% line and branch coverage for all new code
- **Branch Minimal Coverage**: Analyze uncovered branches, write only minimal
test cases
- **Test Set Minimization**: Focus on branch coverage and eliminate redundancy
+- **Test Integration Priority**: Prefer modifying existing test methods over
creating new ones
+- **Single-Target Modification**: Each test change should focus on covering
one specific uncovered branch
+- **Element Addition Strategy**: Add new elements to existing test data
collections to trigger new branches
*For detailed testing standards, see CODE_OF_CONDUCT.md reference in code
standards section*