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

imp(testkit): Mock IBC context with basecoin-store types #1068

Merged
merged 24 commits into from
Feb 7, 2024

Merge branch 'main' into rano/testkit/basecoin-store

297f278
Select commit
Loading
Failed to load commit list.
Merged

imp(testkit): Mock IBC context with basecoin-store types #1068

Merge branch 'main' into rano/testkit/basecoin-store
297f278
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

66.07% (-0.56%) compared to 4428fa9

View this Pull Request on Codecov

66.07% (-0.56%) compared to 4428fa9

Details

Codecov Report

Attention: 396 lines in your changes are missing coverage. Please review.

Comparison is base (4428fa9) 66.63% compared to head (297f278) 66.07%.

Files Patch % Lines
ibc-testkit/src/testapp/ibc/core/core_ctx.rs 41.86% 311 Missing ⚠️
ibc-testkit/src/testapp/ibc/core/client_ctx.rs 73.40% 50 Missing ⚠️
ibc-testkit/src/testapp/ibc/core/types.rs 81.42% 26 Missing ⚠️
...stkit/src/testapp/ibc/clients/mock/client_state.rs 78.26% 5 Missing ⚠️
ibc-testkit/src/testapp/ibc/clients/mock/header.rs 66.66% 3 Missing ⚠️
ibc-testkit/src/fixtures/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                   @@
##           feat/basecoin-store    #1068      +/-   ##
=======================================================
- Coverage                66.63%   66.07%   -0.56%     
=======================================================
  Files                      204      205       +1     
  Lines                    20435    20775     +340     
=======================================================
+ Hits                     13617    13728     +111     
- Misses                    6818     7047     +229     

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