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

Support invalid receivers in the IBC PFM flow #4134

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Changelog for #4134

570eb19
Select commit
Loading
Failed to load commit list.
Open

Support invalid receivers in the IBC PFM flow #4134

Changelog for #4134
570eb19
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 18, 2024 in 1s

74.39% (-0.07%) compared to 2ae305c

View this Pull Request on Codecov

74.39% (-0.07%) compared to 2ae305c

Details

Codecov Report

Attention: Patch coverage is 60.08230% with 194 lines in your changes missing coverage. Please review.

Project coverage is 74.39%. Comparing base (2ae305c) to head (570eb19).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/ibc/src/context/middlewares/pfm_mod.rs 52.63% 180 Missing ⚠️
crates/ibc/src/context/token_transfer.rs 63.63% 8 Missing ⚠️
crates/ibc/src/context/nft_transfer_mod.rs 33.33% 2 Missing ⚠️
crates/ibc/src/context/transfer_mod.rs 33.33% 2 Missing ⚠️
crates/ibc/src/lib.rs 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4134      +/-   ##
==========================================
- Coverage   74.46%   74.39%   -0.07%     
==========================================
  Files         342      344       +2     
  Lines      107773   108233     +460     
==========================================
+ Hits        80257    80525     +268     
- Misses      27516    27708     +192     

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