-
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
Add more Interleave
tests
#728
Conversation
And it does.
Remove useless extension method signature on a private method
And it does.
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.
This requires a conflict resolution since merge of PR #696.
…AtGetEnumerator Add TestInterleaveDisposesOnErrorAtMoveNext
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
==========================================
+ Coverage 92.41% 92.44% +0.02%
==========================================
Files 112 112
Lines 3440 3440
Branches 1018 1018
==========================================
+ Hits 3179 3180 +1
+ Misses 200 199 -1
Partials 61 61
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Conflicts resolved: - MoreLinq.Test/InterleaveTest.cs
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 and sorry to have taken so long to get back on this.
…veInterleaveTests Conflicts resolved: - MoreLinq.Test/InterleaveTest.cs
739850c
to
dfa9467
Compare
Added:
TestInterleaveEarlyThrowOnNullElementInOtherSequences
TestInterleaveDisposesOnPartialEnumeration