Skip to content

fix(gov): bound EndBlock vote tally work - #4000

Open
codchen wants to merge 18 commits into
mainfrom
codex/bound-governance-tally-work
Open

fix(gov): bound EndBlock vote tally work#4000
codchen wants to merge 18 commits into
mainfrom
codex/bound-governance-tally-work

fix(gov): increase deferred vote tally gas

dac47e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2026 in 0s

60.49% (-0.78%) compared to 67ade5e

View this Pull Request on Codecov

60.49% (-0.78%) compared to 67ade5e

Details

Codecov Report

❌ Patch coverage is 82.55742% with 281 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.49%. Comparing base (67ade5e) to head (dac47e3).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
sei-cosmos/x/gov/keeper/tally.go 87.36% 40 Missing and 18 partials ⚠️
sei-cosmos/x/gov/abci.go 47.19% 40 Missing and 7 partials ⚠️
sei-cosmos/x/gov/types/genesis.go 71.60% 23 Missing and 23 partials ⚠️
sei-cosmos/x/gov/keeper/delegation_updates.go 81.38% 21 Missing and 14 partials ⚠️
sei-cosmos/x/gov/keeper/electorate.go 88.97% 17 Missing and 11 partials ⚠️
sei-cosmos/x/gov/simulation/decoder.go 0.00% 28 Missing ⚠️
sei-cosmos/x/gov/keeper/vote.go 91.66% 8 Missing and 4 partials ⚠️
sei-cosmos/x/gov/types/keys.go 89.47% 5 Missing and 3 partials ⚠️
sei-cosmos/x/gov/keeper/migrations.go 91.89% 3 Missing and 3 partials ⚠️
sei-cosmos/x/gov/keeper/staking_hooks.go 78.57% 4 Missing and 2 partials ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4000      +/-   ##
==========================================
- Coverage   61.26%   60.49%   -0.78%     
==========================================
  Files        2188     2083     -105     
  Lines      192258   180897   -11361     
==========================================
- Hits       117793   109439    -8354     
+ Misses      63301    61286    -2015     
+ Partials    11164    10172     -992     
Files with missing lines Coverage Δ
app/app.go 71.32% <100.00%> (+0.01%) ⬆️
app/legacyabci/begin_block.go 100.00% <100.00%> (ø)
sei-cosmos/x/gov/keeper/deposit.go 85.26% <100.00%> (+0.48%) ⬆️
sei-cosmos/x/gov/keeper/grpc_query.go 76.22% <100.00%> (-0.17%) ⬇️
sei-cosmos/x/gov/keeper/keeper.go 81.94% <100.00%> (+6.13%) ⬆️
sei-cosmos/x/gov/keeper/msg_server.go 82.17% <100.00%> (+3.23%) ⬆️
sei-cosmos/x/staking/keeper/slash.go 78.10% <100.00%> (+0.16%) ⬆️
sei-cosmos/x/staking/types/hooks.go 91.17% <100.00%> (+0.55%) ⬆️
sei-cosmos/x/staking/types/slash_context.go 100.00% <100.00%> (ø)
sei-wasmd/app/app.go 77.28% <100.00%> (+0.06%) ⬆️
... and 13 more

... and 113 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.