Skip to content

Conversation

@vladjdk
Copy link
Member

@vladjdk vladjdk commented Nov 26, 2025

@linear
Copy link

linear bot commented Nov 26, 2025

@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 93.54839% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.34%. Comparing base (652f879) to head (a87c104).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
x/consensus/types/msgs.go 0.00% 2 Missing ⚠️
x/distribution/keeper/msg_server.go 83.33% 1 Missing ⚠️
x/protocolpool/keeper/keeper.go 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #25607      +/-   ##
==========================================
- Coverage   69.95%   68.34%   -1.61%     
==========================================
  Files         826      856      +30     
  Lines       54222    55799    +1577     
==========================================
+ Hits        37929    38138     +209     
- Misses      16293    17661    +1368     
Files with missing lines Coverage Δ
testutil/integration/router.go 90.00% <100.00%> (ø)
testutil/sims/app_helpers.go 79.10% <ø> (ø)
x/auth/keeper/keeper.go 82.35% <100.00%> (-0.39%) ⬇️
x/auth/keeper/msg_server.go 75.00% <100.00%> (+3.57%) ⬆️
x/auth/module.go 73.07% <100.00%> (+0.23%) ⬆️
x/bank/keeper/keeper.go 89.65% <100.00%> (+0.38%) ⬆️
x/bank/keeper/msg_server.go 89.01% <100.00%> (ø)
x/bank/keeper/send.go 92.37% <ø> (+0.27%) ⬆️
x/bank/module.go 66.01% <ø> (-0.34%) ⬇️
x/consensus/keeper/keeper.go 87.17% <100.00%> (-0.63%) ⬇️
... and 24 more

... and 43 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

if keys[consensusparamtypes.StoreKey] != nil {
// set baseApp param store
consensusParamsKeeper := consensusparamkeeper.NewKeeper(appCodec, runtime.NewKVStoreService(keys[consensusparamtypes.StoreKey]), authtypes.NewModuleAddress("gov").String(), runtime.EventService{})
consensusParamsKeeper := consensusparamkeeper.NewKeeper(appCodec, runtime.NewKVStoreService(keys[consensusparamtypes.StoreKey]), runtime.EventService{}, authcodec.NewBech32Codec(sdk.Bech32MainPrefix))

Check warning

Code scanning / CodeQL

Directly using the bech32 constants Warning test

Directly using the bech32 constants instead of the configuration values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants