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 Buffer overload #220

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Add Buffer overload #220

merged 1 commit into from
Feb 18, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR migrates the Buffer operator from System.Interactive.

Fixes #212

@codecov
Copy link

codecov bot commented Feb 18, 2023

Codecov Report

Base: 86.49% // Head: 86.52% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (49a6681) compared to base (8758b8d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@                      Coverage Diff                       @@
##           replace-System.Interactive     #220      +/-   ##
==============================================================
+ Coverage                       86.49%   86.52%   +0.03%     
==============================================================
  Files                             203      204       +1     
  Lines                            6014     6035      +21     
  Branches                         1391     1396       +5     
==============================================================
+ Hits                             5202     5222      +20     
- Misses                            463      464       +1     
  Partials                          349      349              
Impacted Files Coverage Δ
Source/SuperLinq/Batch.cs 96.07% <ø> (ø)
Source/SuperLinq/Buffer.cs 100.00% <100.00%> (ø)
Source/SuperLinq/Take.cs 100.00% <0.00%> (ø)
Source/SuperLinq/TrySingle.cs 100.00% <0.00%> (ø)
Source/SuperLinq/SuperEnumerable.cs 82.35% <0.00%> (+4.57%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit e37819d into replace-System.Interactive Feb 18, 2023
@viceroypenguin viceroypenguin deleted the buffer branch February 18, 2023 19:35
@viceroypenguin viceroypenguin linked an issue Feb 19, 2023 that may be closed by this pull request
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.

(Replace System.Interactive) Buffer
1 participant