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

test(e2e): backport protocol contract v2 migration test #2821

Merged
merged 5 commits into from
Sep 5, 2024

Merge branch 'release/v20' into backport/v2-migration-tests

4e2c035
Select commit
Loading
Failed to load commit list.
Merged

test(e2e): backport protocol contract v2 migration test #2821

Merge branch 'release/v20' into backport/v2-migration-tests
4e2c035
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

66.72% (-0.02%) compared to 293f194

View this Pull Request on Codecov

66.72% (-0.02%) compared to 293f194

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 26 lines in your changes missing coverage. Please review.

Project coverage is 66.72%. Comparing base (293f194) to head (4e2c035).

Files with missing lines Patch % Lines
zetaclient/orchestrator/orchestrator.go 8.33% 10 Missing and 1 partial ⚠️
...gible/keeper/msg_server_update_gateway_contract.go 55.00% 7 Missing and 2 partials ⚠️
zetaclient/chains/evm/signer/signer.go 0.00% 4 Missing ⚠️
x/fungible/keeper/v2_evm.go 87.50% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           release/v20    #2821      +/-   ##
===============================================
- Coverage        66.73%   66.72%   -0.02%     
===============================================
  Files              364      364              
  Lines            20510    20554      +44     
===============================================
+ Hits             13687    13714      +27     
- Misses            6195     6209      +14     
- Partials           628      631       +3     
Files with missing lines Coverage Δ
x/fungible/keeper/v2_evm.go 27.41% <87.50%> (+8.90%) ⬆️
zetaclient/chains/evm/signer/signer.go 47.15% <0.00%> (-0.46%) ⬇️
...gible/keeper/msg_server_update_gateway_contract.go 72.72% <55.00%> (-6.44%) ⬇️
zetaclient/orchestrator/orchestrator.go 22.04% <8.33%> (-0.30%) ⬇️