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

skip や incomplete とマークされているテストの一部を修正 #5097

Merged
merged 3 commits into from Aug 13, 2021

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Jul 30, 2021

概要(Overview・Refs Issue)

方針(Policy)

  • 本当に必要な skip の精査(e.g. SQLite の場合はスキップ)
  • 不要なテストの削除(e.g. 3系でのみ使用されていたテスト)
  • 未実装なのにもかかわらず skip とマークされているテストを incomplete に変更
  • 動作するテストの incomplete を削除

実装に関する補足(Appendix)

テスト(Test)

GitHub Actions が通るのを確認

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

Codecov Report

Merging #5097 (4226039) into 4.1 (06b3d7c) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              4.1    #5097   +/-   ##
=======================================
  Coverage   68.08%   68.08%           
=======================================
  Files         457      457           
  Lines       24972    24972           
=======================================
+ Hits        17001    17002    +1     
+ Misses       7971     7970    -1     
Flag Coverage Δ
tests 68.08% <ø> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/Eccube/Entity/TaxRule.php 85.18% <0.00%> (-1.24%) ⬇️
...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 06b3d7c...4226039. Read the comment docs.

Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

変更内容問題ありません。
テストのみの変更です。

@okazy okazy added the improvement 機能改善 label Aug 13, 2021
@okazy okazy added this to the 4.1 milestone Aug 13, 2021
@okazy
Copy link
Contributor

okazy commented Aug 13, 2021

テストを再実行しました。

@okazy okazy merged commit 9a71bc4 into EC-CUBE:4.1 Aug 13, 2021
@okazy
Copy link
Contributor

okazy commented Aug 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants