-
Notifications
You must be signed in to change notification settings - Fork 82
Change CloudTime from CloudFloat to CloudUnsignedInt #277
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
Conversation
Memory usage change @ 616396f
Click for full report table
Click for full report CSV
|
Good Morning @pennam 👋 ☕ |
Hi @aentinger, you are right, i did not add them. Let me do it 💪 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #277 +/- ##
==========================================
+ Coverage 95.15% 95.31% +0.15%
==========================================
Files 24 25 +1
Lines 867 896 +29
==========================================
+ Hits 825 854 +29
Misses 42 42 ☔ View full report in Codecov by Sentry. |
Memory usage change @ 7a85b16
Click for full report table
Click for full report CSV
|
@aentinger should be better now, i've added tests for encoding/decoding I was a bit unsure, but like for the other basic types ( |
Yes, that's perfectly fine. |
This pr adds a new
CloudUnsignedInt
type and changesCloudTime
fromCloudFloat
toCloudUnsignedInt
/cc @eclipse1985