From 923c98788faebd770186a7b4d365e503cf61beba Mon Sep 17 00:00:00 2001 From: zhoulianhai Date: Sat, 24 May 2025 18:06:53 +0800 Subject: [PATCH] =?UTF-8?q?tdd=E6=94=B9=E4=B8=BA=E5=85=AC=E5=85=B1owner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhoulianhai --- .gitee/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index b48f81771d5..571fe4772a8 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -3082,7 +3082,7 @@ interfaces/napi/kits/utils/ @arkuiframework [Test source] -test/mock/ @zhoulianhai5 +test/mock/ @arkui-auto-tdd test/mock/core/event/ @arkuievent test/mock/core/accessibility/ @arkuiabilitygroup test/mock/core/animation/ @arkui_superman @@ -3098,7 +3098,7 @@ test/mock/core/animation/mock_animation_proxy.h @zhoutianer test/mock/core/animation/mock_implicit_animation.h @zhoutianer test/mock/core/animation/mock_implicit_animation.cpp @zhoutianer -test/unittest/ @zhoulianhai5 +test/unittest/ @arkui-auto-tdd test/unittest/core/accessibility/ @arkuiabilitygroup test/unittest/core/animation/ @arkui_superman test/unittest/core/common/ace_engine/ @arkuiframework @@ -3223,7 +3223,7 @@ test/unittest/core/pattern/xcomponent/ @arkuilayout test/unittest/core/pattern/test_ng.cpp @arkuiscroll test/unittest/core/pattern/test_ng.h @arkuiscroll test/unittest/core/pipeline/ @arkuiframework -test/unittest/core/property/ @zhoulianhai5 +test/unittest/core/property/ @arkui-auto-tdd test/unittest/core/render/ @arkuiframework test/unittest/core/rosen/ @arkuiframework test/unittest/core/svg/ @arkui_image -- Gitee