-
Notifications
You must be signed in to change notification settings - Fork 98
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
カテゴリに紐付いた商品が0となった場合に dtb_category_total_count が更新されない #125 #431
Conversation
商品0件の場合、dtb_category_count dtb_category_total_count に残さない。 変数名を整理。 配列を短縮構文で記述。
テストはこちらで別途作成しようと思います |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #431 +/- ##
==========================================
- Coverage 55.21% 55.20% -0.01%
==========================================
Files 75 75
Lines 8913 8900 -13
==========================================
- Hits 4921 4913 -8
+ Misses 3992 3987 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
テストコード追加予定 |
別件と同時実装し、9bdf20819b897c07696d1377b37c4cee66bd2188 で本件を分離する際に混入したもの。実質的な動作に変化はない。
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.
LGTM
商品0件の場合、dtb_category_count dtb_category_total_count に残さない。
変数名を整理。
配列を短縮構文で記述。
fixed #125