-
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
테스트 실행시간 최적화 #204
The head ref may contain hidden characters: "refactor/\uD14C\uC2A4\uD2B8_\uC2DC\uAC04_\uB2E8\uCD95"
테스트 실행시간 최적화 #204
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #204 +/- ##
=============================================
+ Coverage 88.03% 88.40% +0.37%
- Complexity 873 882 +9
=============================================
Files 155 155
Lines 2398 2398
Branches 60 60
=============================================
+ Hits 2111 2120 +9
+ Misses 256 246 -10
- Partials 31 32 +1
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
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.
👍 👍 굿굿 고생했어. 도커 환경 통합이야 그렇다고 쳐도, 생각보다 컨트롤러 환경 통합도 엄청 유의미하네.
넵 스프링 부트 환경 통합만으로도 15초 정도 단축 시켰는데, 앞으로 테스트 케이스 많아지면 많아질수록 더 차이가 날거 같아서 유의미한 작업이었던 거 같네요! |
Issue
Close #203
✅ 작업 내용
테스트 환경 통합을 통한 테스트 실행시간 최적화 190s -> 20s
🤔 고민 했던 부분
🔊 도움이 필요한 부분!!