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

Knp\Pager #51

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Knp\Pager #51

merged 3 commits into from
Jun 29, 2023

Conversation

chihiro-adachi
Copy link
Contributor

概要(Overview・Refs Issue)

#32

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

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

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

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2023

Codecov Report

Merging #51 (49f3462) into main (33ef049) will decrease coverage by 0.08%.
The diff coverage is 51.31%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##               main      #51      +/-   ##
============================================
- Coverage     79.61%   79.54%   -0.08%     
- Complexity     7200     7231      +31     
============================================
  Files           597      599       +2     
  Lines         28112    28174      +62     
============================================
+ Hits          22382    22411      +29     
- Misses         5730     5763      +33     
Flag Coverage Δ
E2E 68.97% <46.05%> (-0.06%) ⬇️
Unit 77.15% <51.31%> (-0.08%) ⬇️

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

Impacted Files Coverage Δ
...be/Controller/Admin/Store/OwnerStoreController.php 0.00% <0.00%> (ø)
...rc/application/Eccube/Service/CsvExportService.php 85.07% <ø> (ø)
src/framework/Eccube/Pager/Pagination.php 37.93% <37.93%> (ø)
...Eccube/Controller/Admin/Content/NewsController.php 92.18% <100.00%> (ø)
...e/Controller/Admin/Customer/CustomerController.php 90.84% <100.00%> (ø)
...ntroller/Admin/Customer/CustomerEditController.php 97.29% <100.00%> (ø)
...n/Eccube/Controller/Admin/Order/EditController.php 84.14% <100.00%> (ø)
.../Eccube/Controller/Admin/Order/OrderController.php 85.81% <100.00%> (ø)
...ube/Controller/Admin/Product/ProductController.php 85.74% <100.00%> (ø)
...er/Admin/Setting/System/LoginHistoryController.php 81.81% <100.00%> (ø)
... and 4 more

... and 2 files with indirect coverage changes

@kiy0taka kiy0taka merged commit 8415d99 into EC-CUBE:main Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants