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

fix: ensure we init rpc client with timeout #2602

Merged
merged 7 commits into from
Nov 1, 2024

merge main

5d96621
Select commit
Loading
Failed to load commit list.
Merged

fix: ensure we init rpc client with timeout #2602

merge main
5d96621
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 0s

55.66% (+0.02%) compared to af63e5f

View this Pull Request on Codecov

55.66% (+0.02%) compared to af63e5f

Details

Codecov Report

Attention: Patch coverage is 7.50000% with 37 lines in your changes missing coverage. Please review.

Project coverage is 55.66%. Comparing base (af63e5f) to head (5d96621).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
bin/sozo/src/commands/migrate.rs 0.00% 10 Missing ⚠️
bin/sozo/src/utils.rs 0.00% 7 Missing ⚠️
bin/sozo/src/commands/options/starknet.rs 0.00% 5 Missing ⚠️
bin/sozo/src/commands/execute.rs 0.00% 4 Missing ⚠️
crates/dojo/utils/src/tx/invoker.rs 0.00% 4 Missing ⚠️
crates/sozo/ops/src/account.rs 0.00% 3 Missing ⚠️
crates/dojo/utils/src/tx/deployer.rs 0.00% 2 Missing ⚠️
crates/dojo/utils/src/tx/declarer.rs 0.00% 1 Missing ⚠️
crates/sozo/ops/src/migration_ui.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2602      +/-   ##
==========================================
+ Coverage   55.63%   55.66%   +0.02%     
==========================================
  Files         393      393              
  Lines       48580    48565      -15     
==========================================
+ Hits        27026    27032       +6     
+ Misses      21554    21533      -21     

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