-
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
Migrate redux reducer about common #67
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## migration #67 +/- ##
============================================
+ Coverage 4.12% 4.49% +0.37%
============================================
Files 211 210 -1
Lines 6547 6517 -30
Branches 1686 1639 -47
============================================
+ Hits 270 293 +23
+ Misses 6134 6117 -17
+ Partials 143 107 -36 ☔ View full report in Codecov by Sentry. |
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.
src/reducers/common/user.ts 에서 UserState의 user initialState를
undefined에서 null로 변경하였습니다.
추가로 common reducer들에 대해서 이름이 모두 reducer로 지정되어 있고, default export와 export가 중복 적용되어 있어 수정했습니다 (6564ebc) |
변경 사항:
진행 상황:
특이 사항: