-
Notifications
You must be signed in to change notification settings - Fork 414
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
Additional tests for TagFirstLast
#928
Conversation
f5ffb04
to
b892bce
Compare
Codecov Report
@@ Coverage Diff @@
## master #928 +/- ##
==========================================
+ Coverage 92.39% 92.41% +0.01%
==========================================
Files 112 112
Lines 3421 3426 +5
Branches 1017 1017
==========================================
+ Hits 3161 3166 +5
Misses 199 199
Partials 61 61
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
TagFirstLast
TagFirstLast
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these tests. Just a couple of suggestions and then we're good to merge this!
- Rename TagFirstLastEvaluatesSourceLazily to TagFirstLastDoesOneLookAhead - Use BreakingFunc.Of wherever it's possible
04d867b
to
3b5f376
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these additional tests.
Add
TagFirstLast
implementation for speed #643