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

Remove Invalid Share overload #556

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Remove Invalid Share overload #556

merged 1 commit into from
Nov 13, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR removes an unnecessary overload of Share, which does not have valid mechanics.

Fixes #555

@viceroypenguin viceroypenguin added this to the 5.3.0 milestone Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ba6f936) 91.70% compared to head (e37d006) 92.87%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #556      +/-   ##
==========================================
+ Coverage   91.70%   92.87%   +1.16%     
==========================================
  Files         255      255              
  Lines        8094     8080      -14     
  Branches     1624     1621       -3     
==========================================
+ Hits         7423     7504      +81     
+ Misses        462      365      -97     
- Partials      209      211       +2     
Files Coverage Δ
Source/SuperLinq.Async/Share.cs 89.02% <ø> (+1.38%) ⬆️
Source/SuperLinq/Share.cs 98.52% <ø> (-1.48%) ⬇️

... and 13 files with indirect coverage changes

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

@viceroypenguin viceroypenguin merged commit e273782 into master Nov 13, 2023
3 checks passed
@viceroypenguin viceroypenguin deleted the remove-share branch November 13, 2023 18:12
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.

Remove Share(Func<IEnumerable<TSource>, IEnumerable<TResult>> selector) overload
1 participant