-
Notifications
You must be signed in to change notification settings - Fork 174
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
test(katana-db): ensure key/value types implement their respective traits #1776
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1776 +/- ##
==========================================
+ Coverage 67.42% 67.48% +0.05%
==========================================
Files 305 305
Lines 33523 33558 +35
==========================================
+ Hits 22603 22646 +43
+ Misses 10920 10912 -8 ☔ View full report in Codecov by Sentry. |
Add simple unit tests for making sure that the types that are used as the key/value types of the tables, implements the
Encode
/Decode
(key) orCompress
/Decompress
(value) code respectively.