cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
182 stars 73 forks source link

imp(ics-07): simplify `ClientType` impl in cw contract #1202

Closed rnbguy closed 2 months ago

rnbguy commented 2 months ago

Closes: #1201

Description


PR author checklist:

Reviewer checklist:

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 64.36%. Comparing base (87ec770) to head (a117a32). Report is 1 commits behind head on main.

Files Patch % Lines
...nts/ics07-tendermint/cw-contract/src/entrypoint.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1202 +/- ## ========================================== - Coverage 64.45% 64.36% -0.09% ========================================== Files 229 228 -1 Lines 22055 22001 -54 ========================================== - Hits 14215 14162 -53 + Misses 7840 7839 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.