-
Notifications
You must be signed in to change notification settings - Fork 99
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] refs #113 dtb_baseinfo のキャッシュが不完全 #385
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.
修正したテストが落ちてますし、なにか目的の挙動と違うことになっているような?
SC_Helper_DB::registerBasisData() での更新時に、キャッシュデータファイルを生成する。
@seasoftjapan コンフリクト解消できますでしょうか? |
@seasoftjapan こちらのコンフリクト解消できたりしますでしょうか? |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #385 +/- ##
==========================================
+ Coverage 55.33% 55.35% +0.01%
==========================================
Files 75 75
Lines 8902 8908 +6
==========================================
+ Hits 4926 4931 +5
- Misses 3976 3977 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
コミット追加しました。 |
@seasoftjapan ありがとうございます。順次マージしていただけますので、もうしばらくお待ちください🙇♂️ |
- #385 で追加した店舗基本情報をDBから取得する関数と比較する。 - 前項に伴い、Mock を使う必要がなくなり、削除した。 - Mock のデータが旧バージョンのカラムだったので見逃されていた不整合を修正した。
#385 のPHP8対応、PHP5対応、軽微な修正、テスト調整
fixed #113