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

Pad: ICollection<> implementation #458

Merged
merged 1 commit into from
May 25, 2023
Merged

Pad: ICollection<> implementation #458

merged 1 commit into from
May 25, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR adds an ICollection<> implementation of the Pad operator.

Fixes #450

@viceroypenguin viceroypenguin added this to the 5.1.0 milestone May 25, 2023
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (479a773) 91.23% compared to head (2c867ca) 91.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #458      +/-   ##
==========================================
+ Coverage   91.23%   91.28%   +0.04%     
==========================================
  Files         245      245              
  Lines        7794     7811      +17     
  Branches     1598     1600       +2     
==========================================
+ Hits         7111     7130      +19     
+ Misses        464      462       -2     
  Partials      219      219              
Impacted Files Coverage Δ
Source/SuperLinq/Pad.cs 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@viceroypenguin viceroypenguin merged commit 6064d42 into master May 25, 2023
@viceroypenguin viceroypenguin deleted the pad-collection branch May 25, 2023 00:38
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.

ICollection<> version of Pad
1 participant