Skip to content

Upgrade to go 1.27 and address lint issues - #4098

Draft
masih wants to merge 8 commits into
mainfrom
masih/lets-go-1-dot-23-plus-4
Draft

Upgrade to go 1.27 and address lint issues#4098
masih wants to merge 8 commits into
mainfrom
masih/lets-go-1-dot-23-plus-4

Fix failing tests

678ca1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2026 in 0s

62.36% (+1.14%) compared to 4b311c3

View this Pull Request on Codecov

62.36% (+1.14%) compared to 4b311c3

Details

Codecov Report

❌ Patch coverage is 55.31915% with 105 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.36%. Comparing base (4b311c3) to head (678ca1b).

Files with missing lines Patch % Lines
sei-cosmos/x/auth/client/testutil/helpers.go 0.00% 19 Missing ⚠️
giga/deps/xevm/types/gov.go 12.50% 14 Missing ⚠️
x/evm/types/gov.go 12.50% 14 Missing ⚠️
loadtest/loadtest_client.go 0.00% 7 Missing ⚠️
scripts/bump_version/main.go 0.00% 4 Missing ⚠️
sei-cosmos/client/rpc/validators.go 0.00% 4 Missing ⚠️
sei-cosmos/x/params/types/proposal/proposal.go 0.00% 4 Missing ⚠️
sei-tendermint/internal/rpc/core/mempool.go 0.00% 4 Missing ⚠️
giga/executor/lib/gen/main.go 0.00% 2 Missing ⚠️
sei-cosmos/x/distribution/types/proposal.go 0.00% 2 Missing ⚠️
... and 25 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4098      +/-   ##
==========================================
+ Coverage   61.22%   62.36%   +1.14%     
==========================================
  Files        2196     2104      -92     
  Lines      193418   182686   -10732     
==========================================
- Hits       118415   113939    -4476     
+ Misses      63783    61726    -2057     
+ Partials    11220     7021    -4199     
Files with missing lines Coverage Δ
cmd/autobahn-e2e/aws.go 66.56% <100.00%> (+13.55%) ⬆️
cmd/autobahn-e2e/command.go 25.58% <ø> (+2.32%) ⬆️
cmd/frozen-rpc-router/router.go 77.67% <100.00%> (+12.27%) ⬆️
config/registry/registry.go 99.22% <100.00%> (+0.77%) ⬆️
config/registry/resolve.go 96.75% <100.00%> (+1.38%) ⬆️
evmrpc/info.go 86.57% <100.00%> (+9.88%) ⬆️
evmrpc/server.go 89.86% <100.00%> (+4.14%) ⬆️
evmrpc/tests/mock_client.go 53.89% <100.00%> (+4.54%) ⬆️
evmrpc/utils.go 81.01% <100.00%> (+8.33%) ⬆️
giga/deps/xevm/types/errors.go 100.00% <100.00%> (ø)
... and 84 more

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