Skip to content

Conversation

@vjik
Copy link
Member

@vjik vjik commented Dec 10, 2025

Q A
Is bugfix?
New feature?
Breaks BC? ✔️

@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.72%. Comparing base (a9099d9) to head (ab4a087).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #123      +/-   ##
============================================
- Coverage     98.59%   97.72%   -0.87%     
+ Complexity       97       92       -5     
============================================
  Files            22       22              
  Lines           284      264      -20     
============================================
- Hits            280      258      -22     
- Misses            4        6       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vjik vjik requested a review from a team December 10, 2025 14:59
@vjik vjik added the status:code review The pull request needs review. label Dec 10, 2025
private FilterInterface $having = new All(),
private ?int $batchSize = null,
?array $filterHandlers = null,
array $addFilterHandlers = [],
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
array $addFilterHandlers = [],
array $additionalFilterHandlers = [],

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe call it $extraFilterHandlers ?

Copy link
Member

Choose a reason for hiding this comment

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

Yes. Good name.

Copy link
Member Author

Choose a reason for hiding this comment

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

@copilot rename addFilterHandlers to extraFilterHandlers

Copy link

Copilot AI commented Dec 11, 2025

@vjik I've opened a new pull request, #124, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Rename addFilterHandlers to extraFilterHandlers

Co-authored-by: vjik <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: vjik <[email protected]>
@vjik vjik merged commit cc928db into master Dec 11, 2025
74 of 75 checks passed
@vjik vjik deleted the adapt-data branch December 11, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants