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

FEATURE BRANCH: multi-chain #611

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from

refactor: use genesis state instead of genesis accounts (#755)

53aa8bf
Select commit
Loading
Failed to load commit list.
Draft

FEATURE BRANCH: multi-chain #611

refactor: use genesis state instead of genesis accounts (#755)
53aa8bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 59.94772% with 1379 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@907eda3). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/edr_generic/src/transaction/request.rs 0.00% 197 Missing ⚠️
crates/edr_napi/src/config.rs 0.00% 162 Missing ⚠️
crates/edr_eth/src/transaction/pooled.rs 17.30% 127 Missing and 2 partials ⚠️
crates/edr_napi/src/chains/l1.rs 0.00% 87 Missing ⚠️
crates/edr_napi/src/context.rs 0.00% 81 Missing ⚠️
crates/edr_generic/src/eip2718.rs 8.00% 69 Missing ⚠️
crates/edr_generic/src/transaction/signed.rs 52.80% 59 Missing ⚠️
crates/edr_generic/src/rpc/block.rs 65.13% 48 Missing and 5 partials ⚠️
crates/edr_evm/src/test_utils.rs 70.68% 39 Missing and 12 partials ⚠️
crates/edr_generic/src/rpc/transaction.rs 31.66% 38 Missing and 3 partials ⚠️
... and 45 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #611   +/-   ##
=======================================
  Coverage        ?   54.21%           
=======================================
  Files           ?      243           
  Lines           ?    28342           
  Branches        ?    28342           
=======================================
  Hits            ?    15365           
  Misses          ?    12050           
  Partials        ?      927           

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