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

Introduce SkipLastWhile extension #1085

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ArmoryNode
Copy link

@ArmoryNode ArmoryNode commented Oct 22, 2024

Adds SkipLastWhile extension method and associated tests

Closes #1036

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.25%. Comparing base (03a160c) to head (3208017).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1085      +/-   ##
==========================================
+ Coverage   93.22%   93.25%   +0.03%     
==========================================
  Files         112      113       +1     
  Lines        3410     3427      +17     
  Branches      962      967       +5     
==========================================
+ Hits         3179     3196      +17     
  Misses        215      215              
  Partials       16       16              
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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 tail items while condition is true
1 participant