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

feat: add stream.TakeWhile, DropWhile #77

Merged
merged 1 commit into from
Sep 11, 2022
Merged

feat: add stream.TakeWhile, DropWhile #77

merged 1 commit into from
Sep 11, 2022

Conversation

Primetalk
Copy link
Owner

fix #73

@Primetalk Primetalk self-assigned this Sep 11, 2022
@codecov
Copy link

codecov bot commented Sep 11, 2022

Codecov Report

Merging #77 (9bc6c3d) into master (198bda4) will increase coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   83.06%   83.26%   +0.19%     
==========================================
  Files          35       35              
  Lines        1636     1655      +19     
==========================================
+ Hits         1359     1378      +19     
  Misses        240      240              
  Partials       37       37              
Impacted Files Coverage Δ
stream/lengthy.go 97.77% <100.00%> (+1.62%) ⬆️

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

@Primetalk Primetalk merged commit fe64d2e into master Sep 11, 2022
@Primetalk Primetalk deleted the feat-take-while branch September 11, 2022 19: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.

Add stream.DropWhile, stream.TakeWhile
1 participant