Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #488 +/- ##
==========================================
- Coverage 95.12% 95.03% -0.09%
==========================================
Files 36 36
Lines 5002 4914 -88
Branches 5002 4914 -88
==========================================
- Hits 4758 4670 -88
Misses 123 123
Partials 121 121 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alexdewar
left a comment
There was a problem hiding this comment.
LGTM. I think we could probably go one step further and turn at least some of the custom structs into type aliases. It would mean that using the standard get methods etc. would be a bit more verbose, but it would reduce the amount of boilerplate code we have, which seems like a net gain.
You mean like #490? |
Description
Removing the
Keystructs, and looking up the respectiveHashMapswith tuple keys using the appropriate ID typesFixes # (issue)
Type of change
Key checklist
$ cargo test$ cargo docFurther checks