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

Inherit req ctx when saving state #2241

Merged
merged 14 commits into from
Dec 11, 2024

Merge branch 'main' into use-request-context

f1eb82d
Select commit
Loading
Failed to load commit list.
Merged

Inherit req ctx when saving state #2241

Merge branch 'main' into use-request-context
f1eb82d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 0s

30.68% (target 0.00%)

View this Pull Request on Codecov

30.68% (target 0.00%)

Details

Codecov Report

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

Project coverage is 30.68%. Comparing base (711ce6f) to head (f1eb82d).

Files with missing lines Patch % Lines
consensus/cometbft/service/service.go 0.00% 9 Missing ⚠️
consensus/cometbft/service/process_proposal.go 0.00% 2 Missing ⚠️
consensus/cometbft/service/finalize_block.go 0.00% 1 Missing ⚠️
consensus/cometbft/service/init_chain.go 0.00% 1 Missing ⚠️
consensus/cometbft/service/prepare_proposal.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2241      +/-   ##
==========================================
- Coverage   30.70%   30.68%   -0.02%     
==========================================
  Files         331      331              
  Lines       15387    15394       +7     
  Branches       20       20              
==========================================
  Hits         4724     4724              
- Misses      10346    10353       +7     
  Partials      317      317              
Files with missing lines Coverage Δ
consensus/cometbft/service/finalize_block.go 0.00% <0.00%> (ø)
consensus/cometbft/service/init_chain.go 0.00% <0.00%> (ø)
consensus/cometbft/service/prepare_proposal.go 0.00% <0.00%> (ø)
consensus/cometbft/service/process_proposal.go 0.00% <0.00%> (ø)
consensus/cometbft/service/service.go 0.00% <0.00%> (ø)