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

feat: replace existing tasks with reth tasks #824

Merged
merged 2 commits into from
Oct 3, 2024

chore: update rust to 1.81

3b54e53
Select commit
Loading
Failed to load commit list.
Merged

feat: replace existing tasks with reth tasks #824

chore: update rust to 1.81
3b54e53
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 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 5.13393% with 425 lines in your changes missing coverage. Please review.

Please upload report for BASE (feat/v0.4@0a43dff). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/builder/src/task.rs 0.00% 81 Missing ⚠️
crates/pool/src/task.rs 0.00% 66 Missing ⚠️
bin/rundler/src/cli/node/mod.rs 0.00% 54 Missing ⚠️
crates/rpc/src/task.rs 0.00% 27 Missing ⚠️
bin/rundler/src/cli/metrics.rs 0.00% 26 Missing ⚠️
crates/pool/src/server/remote/server.rs 0.00% 26 Missing ⚠️
crates/builder/src/bundle_sender.rs 0.00% 25 Missing ⚠️
bin/rundler/src/cli/builder.rs 0.00% 20 Missing ⚠️
bin/rundler/src/cli/mod.rs 0.00% 17 Missing ⚠️
bin/rundler/src/cli/pool.rs 0.00% 15 Missing ⚠️
... and 8 more
Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
crates/pool/src/server/local.rs 47.52% <100.00%> (ø)
crates/pool/src/chain.rs 93.26% <0.00%> (ø)
crates/builder/src/signer/local.rs 0.00% <0.00%> (ø)
bin/rundler/src/cli/rpc.rs 0.00% <0.00%> (ø)
crates/builder/src/server/local.rs 0.00% <0.00%> (ø)
crates/pool/src/server/remote/client.rs 0.00% <0.00%> (ø)
crates/utils/src/emit.rs 0.00% <0.00%> (ø)
bin/rundler/src/cli/pool.rs 0.00% <0.00%> (ø)
crates/builder/src/server/remote/server.rs 0.00% <0.00%> (ø)
crates/builder/src/signer/aws.rs 0.00% <0.00%> (ø)
... and 9 more
Components Coverage Δ
rundler binary 0.00% <0.00%> (?)
builder 62.26% <0.00%> (?)
dev ∅ <0.00%> (?)
pool 65.43% <0.00%> (?)
provider 22.61% <0.00%> (?)
rpc 27.47% <0.00%> (?)
sim 76.93% <0.00%> (?)
tasks ∅ <0.00%> (?)
types 65.43% <0.00%> (?)
utils 29.38% <0.00%> (?)