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

fix(cw-context): encoding, decoding and iteration of ConsensusState heights #1176

Merged
merged 19 commits into from
Apr 22, 2024

update doc string

6dc68cf
Select commit
Loading
Failed to load commit list.
Merged

fix(cw-context): encoding, decoding and iteration of ConsensusState heights #1176

update doc string
6dc68cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 21, 2024 in 0s

64.35% (-0.04%) compared to d5e3887

View this Pull Request on Codecov

64.35% (-0.04%) compared to d5e3887

Details

Codecov Report

Attention: Patch coverage is 51.19048% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 64.35%. Comparing base (d5e3887) to head (6dc68cf).
Report is 1 commits behind head on main.

Files Patch % Lines
ibc-clients/cw-context/src/context/mod.rs 49.29% 36 Missing ⚠️
ibc-clients/cw-context/src/context/client_ctx.rs 61.53% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1176      +/-   ##
==========================================
- Coverage   64.39%   64.35%   -0.04%     
==========================================
  Files         230      229       -1     
  Lines       22053    22081      +28     
==========================================
+ Hits        14201    14211      +10     
- Misses       7852     7870      +18     

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