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

refactor: duplicate ibc-core to ibc-eureka-core #1369

Open
wants to merge 5 commits into
base: feat/ibc-eureka
Choose a base branch
from

fix tests requring std

70e5b63
Select commit
Loading
Failed to load commit list.
Open

refactor: duplicate ibc-core to ibc-eureka-core #1369

fix tests requring std
70e5b63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 0s

56.03% (-10.81%) compared to cdd4625

View this Pull Request on Codecov

56.03% (-10.81%) compared to cdd4625

Details

Codecov Report

Attention: Patch coverage is 26.23370% with 6054 lines in your changes missing coverage. Please review.

Project coverage is 56.03%. Comparing base (cdd4625) to head (70e5b63).

Files with missing lines Patch % Lines
...-eureka-core/ics04-channel/types/src/events/mod.rs 35.86% 515 Missing ⚠️
ibc-eureka-core/ics04-channel/types/src/channel.rs 0.00% 330 Missing ⚠️
...reka-core/ics03-connection/types/src/connection.rs 0.00% 292 Missing ⚠️
ibc-eureka-core/ics24-host/types/src/path.rs 63.59% 269 Missing ⚠️
ibc-eureka-core/ics02-client/types/src/events.rs 52.83% 191 Missing ⚠️
...reka-core/ics04-channel/src/handler/recv_packet.rs 0.00% 188 Missing ⚠️
...c-eureka-core/ics04-channel/src/handler/timeout.rs 0.00% 174 Missing ⚠️
ibc-eureka-core/ics04-channel/types/src/packet.rs 0.00% 163 Missing ⚠️
...core/ics03-connection/src/handler/conn_open_try.rs 0.00% 146 Missing ⚠️
...c-eureka-core/ics23-commitment/types/src/merkle.rs 0.00% 146 Missing ⚠️
... and 78 more
Additional details and impacted files
@@                 Coverage Diff                  @@
##           feat/ibc-eureka    #1369       +/-   ##
====================================================
- Coverage            66.84%   56.03%   -10.81%     
====================================================
  Files                  225      315       +90     
  Lines                22631    30838     +8207     
====================================================
+ Hits                 15127    17280     +2153     
- Misses                7504    13558     +6054     

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