-
Notifications
You must be signed in to change notification settings - Fork 656
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
重複して在庫が登録されてしまう問題に対処 #6029
重複して在庫が登録されてしまう問題に対処 #6029
Conversation
テスト結果を後ほど追記します。 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.2 #6029 +/- ##
============================================
- Coverage 82.56% 82.56% -0.01%
Complexity 6425 6425
============================================
Files 475 475
Lines 25855 25860 +5
============================================
+ Hits 21347 21351 +4
- Misses 4508 4509 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@shinya |
追加したテストが落ちていますね。。 |
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.
何故この改修で改善できるかを実装の補足へ記載していただくと、後々なぜこんな修正入れたんだっけ?となった時に助かるかと思います
@dotani1111 |
テスト仕様書に追加しました。 |
概要(Overview・Refs Issue)
#6028 でissueが上がっていた在庫情報が重複して登録されてしまい、
在庫情報がズレてしまう問題に対処。
方針(Policy)
バグの対処のみの変更
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目