-
Notifications
You must be signed in to change notification settings - Fork 82
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
imp(core-host-types): add new storage paths #1069
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1069 +/- ##
==========================================
- Coverage 67.07% 66.78% -0.30%
==========================================
Files 204 204
Lines 20543 20473 -70
==========================================
- Hits 13780 13672 -108
- Misses 6763 6801 +38 ☔ View full report in Codecov by Sentry. |
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.
Just a nit, then all set!
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.
And a unclog please!
* add missing paths * update Path enum with new paths * update parse functions * add next_sequence path parser * add unit tests * update names and path format * update parsing functions * update tests * use rstest cases for Path::try_from * add comment in rstest * consistent with old tests * update rstest test names * add changelog
Closes: #1065
Description
Adds the following paths in the ibc
Path
type.PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.