Skip to content
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

VAddy設定追加 #5154

Merged
merged 1 commit into from
Sep 17, 2021
Merged

VAddy設定追加 #5154

merged 1 commit into from
Sep 17, 2021

Conversation

kiy0taka
Copy link
Contributor

@kiy0taka kiy0taka commented Sep 13, 2021

概要(Overview・Refs Issue)

VAddy をGitHub Actionsで実行する設定を追加。
実行に時間がかかり、VAddyとGitHub Actionsのタイムアウトが発生するので分割して実行するようにしています。
初期インストール済みプラグインをクロールする処理を codeception/acceptance/Plugin 以下に入れてますが、最終的には各プラグインのリポジトリに入れたいと思います。

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2021

Codecov Report

Merging #5154 (ec0b267) into 4.1 (ca36edd) will increase coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              4.1    #5154      +/-   ##
==========================================
+ Coverage   68.23%   68.24%   +0.01%     
==========================================
  Files         455      455              
  Lines       24930    24932       +2     
==========================================
+ Hits        17011    17015       +4     
+ Misses       7919     7917       -2     
Flag Coverage Δ
tests 68.24% <50.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ntroller/Admin/Setting/Shop/DeliveryController.php 74.50% <50.00%> (-0.25%) ⬇️
src/Eccube/Entity/TaxRule.php 86.41% <0.00%> (+1.23%) ⬆️
...be/Service/PurchaseFlow/Processor/TaxProcessor.php 73.77% <0.00%> (+3.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca36edd...ec0b267. Read the comment docs.

@chihiro-adachi chihiro-adachi added the enhancement 機能追加 label Sep 14, 2021
@chihiro-adachi chihiro-adachi added this to the 4.1 milestone Sep 14, 2021
@chihiro-adachi
Copy link
Contributor

@kiy0taka
コンフリクト解消おねがいできますでしょうか。
よくわからない差分になってるので判断がつかず、確認いただけるとありがたいです。

@chihiro-adachi
Copy link
Contributor

@kiy0taka
スキャンの結果はどこで確認できるか教えていただけるとありがたいです。

@kiy0taka
Copy link
Contributor Author

@chihiro-adachi コンフリクト解消しました。
スキャン結果はVAddy管理画面での確認になります。

@chihiro-adachi
Copy link
Contributor

@kiy0taka
ありがとうございます。

テストおちているようなのでご確認いただけますか。
以下エラーがでています。
[PHPUnit\Framework\Exception] Undefined offset: 0 at codeception/acceptance/EA04OrderCest.php:51

@chihiro-adachi chihiro-adachi merged commit 653adad into EC-CUBE:4.1 Sep 17, 2021
@chihiro-adachi
Copy link
Contributor

@kiy0taka
ありがとうございます。マージしました

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants