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

Remove uses of context.Background() #2376

Merged
merged 3 commits into from
Jan 27, 2025

Merge branch 'main' into fix-sigterm-hangs

f226090
Select commit
Loading
Failed to load commit list.
Merged

Remove uses of context.Background() #2376

Merge branch 'main' into fix-sigterm-hangs
f226090
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2025 in 0s

27.11% (target 0.00%)

View this Pull Request on Codecov

27.11% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 27.11%. Comparing base (74518b1) to head (f226090).

Files with missing lines Patch % Lines
beacon/blockchain/process_proposal.go 0.00% 2 Missing ⚠️
da/blob/processor.go 0.00% 1 Missing ⚠️
da/blob/verifier.go 0.00% 1 Missing ⚠️
state-transition/core/state_processor_payload.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2376      +/-   ##
==========================================
- Coverage   27.12%   27.11%   -0.01%     
==========================================
  Files         351      351              
  Lines       15523    15524       +1     
  Branches       20       20              
==========================================
  Hits         4210     4210              
- Misses      11110    11111       +1     
  Partials      203      203              
Files with missing lines Coverage Δ
da/blob/processor.go 0.00% <0.00%> (ø)
da/blob/verifier.go 0.00% <0.00%> (ø)
state-transition/core/state_processor_payload.go 0.00% <0.00%> (ø)
beacon/blockchain/process_proposal.go 0.00% <0.00%> (ø)