-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix/#172 관리자 모듈 분리에 따른 테스트 코드 개선 #173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
Files not reviewed (1)
- aics-admin/build.gradle: Language not supported
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 워크스루이 풀 리퀘스트는 테스트 커버리지 및 테스트 인프라에 대한 광범위한 변경을 포함하고 있습니다. GitHub Actions 워크플로우의 최소 커버리지 임계값을 10%에서 80%로 상향 조정하고, 여러 도메인 및 애플리케이션 계층에 걸쳐 새로운 테스트 클래스를 추가했습니다. 또한 일부 서비스 및 도메인 클래스의 메서드 시그니처와 파라미터 이름을 업데이트하고, 테스트 인프라를 개선했습니다. 변경 사항
관련 가능성 있는 PR
제안된 리뷰어
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
의존성 및 테스트 모듈 추가 완료했습니다.
이후 작업 진행 부탁드려요!
작업 이어서 시작하겠슴다~ |
Summary
기존의 테스트 코드는 CQRS 패턴 적용 및 관리자 모듈 분리 이전에 작성된 코드로, 이를 최신 구조에 맞게 개선했습니다.
기존 방식과 동일하게 Fake 객체를 활용하여 테스트 코드를 작성했습니다.
Tasks
To Reviewer
AuthServiceTest
는 초기 실행 시간으로 약 800ms가 소요되었으나, 다음과 같은 수정 사항을 적용하여 테스트 시간을 개선했습니다:이러한 변경으로 인해 실행 시간이 절반 이상 감소했습니다.
Screenshot
ADMIN
API
DOMAIN