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

Add AggregateBy operator #525

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Add AggregateBy operator #525

merged 2 commits into from
Oct 17, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR adds the AggregateBy operator, as included in the BCL.

Fixes #515

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (15510a8) 93.04% compared to head (cf237e2) 91.82%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #525      +/-   ##
==========================================
- Coverage   93.04%   91.82%   -1.22%     
==========================================
  Files         253      255       +2     
  Lines        8184     8223      +39     
  Branches     1635     1646      +11     
==========================================
- Hits         7615     7551      -64     
- Misses        356      462     +106     
+ Partials      213      210       -3     
Files Coverage Δ
Source/SuperLinq.Async/AggregateBy.cs 89.47% <89.47%> (ø)
Source/SuperLinq/AggregateBy.cs 75.00% <75.00%> (ø)

... and 7 files with indirect coverage changes

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

@viceroypenguin viceroypenguin added this to the 5.3.0 milestone Oct 17, 2023
@viceroypenguin viceroypenguin merged commit 4a1fb55 into master Oct 17, 2023
@viceroypenguin viceroypenguin deleted the aggregate-by branch October 17, 2023 20:59
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.

Add AggregateBy operator
1 participant