Skip to content
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

feat: restructure ibc crate #975

Merged
merged 13 commits into from
Nov 22, 2023

nit: further touchups

a8e22b7
Select commit
Loading
Failed to load commit list.
Merged

feat: restructure ibc crate #975

nit: further touchups
a8e22b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 22, 2023 in 0s

70.24% (+3.94%) compared to bf77378

View this Pull Request on Codecov

70.24% (+3.94%) compared to bf77378

Details

Codecov Report

Attention: 558 lines in your changes are missing coverage. Please review.

Comparison is base (bf77378) 66.30% compared to head (a8e22b7) 70.24%.

Files Patch % Lines
ibc-clients/ics07-tendermint/src/client_state.rs 59.53% 155 Missing ⚠️
ibc-core/ics25-handler/types/src/msgs.rs 0.69% 142 Missing ⚠️
ibc-core/ics26-routing/types/src/event.rs 21.42% 22 Missing ⚠️
...core/ics24-host/cosmos/src/validate_self_client.rs 0.00% 20 Missing ⚠️
...c-core/ics24-host/types/src/identifiers/port_id.rs 41.93% 18 Missing ⚠️
ibc-core/ics26-routing/types/src/module.rs 37.03% 17 Missing ⚠️
...bc-clients/ics07-tendermint/src/consensus_state.rs 57.89% 16 Missing ⚠️
...ore/ics24-host/types/src/identifiers/channel_id.rs 57.14% 15 Missing ⚠️
...-core/ics24-host/types/src/identifiers/sequence.rs 60.60% 13 Missing ⚠️
...core/ics24-host/types/src/identifiers/client_id.rs 64.51% 11 Missing ⚠️
... and 41 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #975      +/-   ##
==========================================
+ Coverage   66.30%   70.24%   +3.94%     
==========================================
  Files         161      177      +16     
  Lines       15752    17730    +1978     
==========================================
+ Hits        10444    12455    +2011     
+ Misses       5308     5275      -33     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.