cosmos / ibc-rs

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

tests: add unit tests for client recovery #1151

Closed seanchen1991 closed 3 months ago

seanchen1991 commented 3 months ago

Description

Adds unit tests for validating client recovery functionality in ibc-testkit.


PR author checklist:

Reviewer checklist:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 63.98%. Comparing base (083b6b4) to head (4b33ac9).

Files Patch % Lines
ibc-core/ics25-handler/src/entrypoint.rs 0.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## sean/client-recovery #1151 +/- ## ======================================================== + Coverage 63.55% 63.98% +0.43% ======================================================== Files 219 219 Lines 21305 21313 +8 ======================================================== + Hits 13541 13638 +97 + Misses 7764 7675 -89 ```

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