-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Encode tests #359
base: main
Are you sure you want to change the base?
Encode tests #359
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #359 +/- ##
==========================================
+ Coverage 63.42% 64.88% +1.46%
==========================================
Files 25 25
Lines 1572 1572
==========================================
+ Hits 997 1020 +23
+ Misses 575 552 -23 ☔ View full report in Codecov by Sentry. |
56728ac
to
7a75209
Compare
Now that |
Ya lets stick to 1.69 for now |
@estk Swapped to OnceCell instead. I kept the version using the standard library in a separate branch that I'll submit towards the middle of the year when we look at moving up. |
Increase test coverage of the encode module.
Hard code the time string created by the json encoder for tests