Skip to content

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

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

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

chore(gov): format generated genesis types

5f9318a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2026 in 0s

58.05% (-3.30%) compared to b117536

View this Pull Request on Codecov

58.05% (-3.30%) compared to b117536

Details

Codecov Report

❌ Patch coverage is 84.48687% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.05%. Comparing base (b117536) to head (5f9318a).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
sei-cosmos/x/gov/keeper/tally.go 89.30% 16 Missing and 10 partials ⚠️
sei-cosmos/x/gov/types/genesis.go 35.00% 21 Missing and 5 partials ⚠️
sei-cosmos/x/gov/keeper/vote.go 89.36% 7 Missing and 3 partials ⚠️
sei-cosmos/x/gov/simulation/decoder.go 0.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4000      +/-   ##
==========================================
- Coverage   61.34%   58.05%   -3.30%     
==========================================
  Files        2163     2206      +43     
  Lines      188757   185404    -3353     
==========================================
- Hits       115792   107629    -8163     
- Misses      62256    67944    +5688     
+ Partials    10709     9831     -878     
Files with missing lines Coverage Δ
sei-cosmos/x/gov/abci.go 100.00% <100.00%> (ø)
sei-cosmos/x/gov/genesis.go 92.59% <100.00%> (+5.35%) ⬆️
sei-cosmos/x/gov/keeper/grpc_query.go 76.22% <100.00%> (-0.17%) ⬇️
sei-cosmos/x/gov/types/keys.go 93.75% <100.00%> (+2.08%) ⬆️
sei-cosmos/x/gov/simulation/decoder.go 3.22% <0.00%> (-0.23%) ⬇️
sei-cosmos/x/gov/keeper/vote.go 91.97% <89.36%> (-0.03%) ⬇️
sei-cosmos/x/gov/keeper/tally.go 89.32% <89.30%> (-7.45%) ⬇️
sei-cosmos/x/gov/types/genesis.go 52.94% <35.00%> (-17.28%) ⬇️

... and 381 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.