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(ibc-testkit): revamp mock testing framework #1109

Merged
merged 50 commits into from
May 3, 2024

docs: ADR-009 to revamp testing framework (#1157)

e42acc9
Select commit
Loading
Failed to load commit list.
Merged

imp(ibc-testkit): revamp mock testing framework #1109

docs: ADR-009 to revamp testing framework (#1157)
e42acc9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 2, 2024 in 0s

66.38% (+1.92%) compared to 87ec770

View this Pull Request on Codecov

66.38% (+1.92%) compared to 87ec770

Details

Codecov Report

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

Project coverage is 66.38%. Comparing base (87ec770) to head (e42acc9).

Files Patch % Lines
ibc-testkit/src/testapp/ibc/core/core_ctx.rs 40.82% 287 Missing ⚠️
ibc-testkit/src/relayer/utils.rs 89.20% 90 Missing ⚠️
ibc-testkit/src/relayer/context.rs 75.08% 71 Missing ⚠️
ibc-testkit/src/context.rs 92.64% 30 Missing ⚠️
ibc-testkit/src/testapp/ibc/core/client_ctx.rs 93.87% 9 Missing ⚠️
ibc-testkit/src/hosts/mod.rs 92.15% 4 Missing ⚠️
ibc-testkit/src/testapp/ibc/core/types.rs 95.55% 4 Missing ⚠️
ibc-testkit/src/hosts/mock.rs 93.61% 3 Missing ⚠️
ibc-testkit/src/hosts/tendermint.rs 97.94% 3 Missing ⚠️
ibc-testkit/src/testapp/ibc/clients/mock/header.rs 75.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1109      +/-   ##
==========================================
+ Coverage   64.45%   66.38%   +1.92%     
==========================================
  Files         229      235       +6     
  Lines       22055    23347    +1292     
==========================================
+ Hits        14215    15498    +1283     
- Misses       7840     7849       +9     

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