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: add E2E testing for V2 contract migration #2763

Merged
merged 24 commits into from
Aug 30, 2024

fix approval functions

07f7a66
Select commit
Loading
Failed to load commit list.
Merged

test: add E2E testing for V2 contract migration #2763

fix approval functions
07f7a66
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2024 in 0s

66.61% (-0.04%) compared to 7b34d1d

View this Pull Request on Codecov

66.61% (-0.04%) compared to 7b34d1d

Details

Codecov Report

Attention: Patch coverage is 37.68116% with 43 lines in your changes missing coverage. Please review.

Project coverage is 66.61%. Comparing base (7b34d1d) to head (07f7a66).

Files with missing lines Patch % Lines
zetaclient/chains/bitcoin/observer/inbound.go 0.00% 13 Missing ⚠️
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/bitcoin/observer/observer.go 0.00% 4 Missing ⚠️
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             @@
##           develop    #2763      +/-   ##
===========================================
- Coverage    66.65%   66.61%   -0.04%     
===========================================
  Files          370      370              
  Lines        20680    20732      +52     
===========================================
+ Hits         13784    13811      +27     
- Misses        6261     6283      +22     
- Partials       635      638       +3     
Files with missing lines Coverage Δ
x/fungible/keeper/v2_evm.go 27.41% <87.50%> (+8.90%) ⬆️
zetaclient/chains/bitcoin/observer/observer.go 32.89% <0.00%> (-0.34%) ⬇️
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%) ⬇️
zetaclient/chains/bitcoin/observer/inbound.go 14.13% <0.00%> (-0.27%) ⬇️