-
Notifications
You must be signed in to change notification settings - Fork 170
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
#862 Enforce immutability of IterableEnvelope through its iterator #890
#862 Enforce immutability of IterableEnvelope through its iterator #890
Conversation
Job #890 is now in scope, role is |
Codecov Report
@@ Coverage Diff @@
## master #890 +/- ##
============================================
+ Coverage 87.09% 87.09% +<.01%
Complexity 1457 1457
============================================
Files 259 259
Lines 3773 3774 +1
Branches 212 212
============================================
+ Hits 3286 3287 +1
Misses 439 439
Partials 48 48
Continue to review full report at Codecov.
|
/** | ||
* Test case for {@link IterableEnvelope}. | ||
* | ||
* @since 0.34 |
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.
@Isammoc we're on 0.35
now
@Isammoc just one minor comment, see above |
@llorllale Done |
@rultor merge |
@llorllale OK, I'll try to merge now. You can check the progress of the merge here |
@llorllale Done! FYI, the full log is here (took me 9min) |
The job #890 is now out of scope |
Pull request for #862