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: implement convenient path methods + add iteration key #1091

Merged
merged 3 commits into from
Feb 15, 2024

nitpicking

a5f0536
Select commit
Loading
Failed to load commit list.
Merged

feat: implement convenient path methods + add iteration key #1091

nitpicking
a5f0536
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 15, 2024 in 0s

66.58% (-0.23%) compared to 3b260e2

View this Pull Request on Codecov

66.58% (-0.23%) compared to 3b260e2

Details

Codecov Report

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

Comparison is base (3b260e2) 66.81% compared to head (a5f0536) 66.58%.

Files Patch % Lines
ibc-core/ics24-host/types/src/path.rs 26.80% 71 Missing ⚠️
ibc-query/src/core/connection/query.rs 0.00% 2 Missing ⚠️
ibc-clients/ics07-tendermint/src/client_state.rs 75.00% 1 Missing ⚠️
ibc-query/src/core/channel/query.rs 0.00% 1 Missing ⚠️
ibc-query/src/core/client/query.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1091      +/-   ##
==========================================
- Coverage   66.81%   66.58%   -0.23%     
==========================================
  Files         204      204              
  Lines       20437    20519      +82     
==========================================
+ Hits        13654    13663       +9     
- Misses       6783     6856      +73     

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