-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix offset when appending items #1454
Conversation
expect(packet.read("ITEM2")).to eql "\x01\x02\x03\x04\x05" | ||
expect(packet.read("ITEM3")).to eql "\x0a\x0b\x0b\x0a" | ||
tf.unlink | ||
end |
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 spec fails without the fix to structure.rb
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1454 +/- ##
==========================================
- Coverage 75.80% 75.77% -0.03%
==========================================
Files 605 605
Lines 45025 45043 +18
Branches 787 787
==========================================
+ Hits 34129 34132 +3
- Misses 10808 10823 +15
Partials 88 88
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
No description provided.