Skip to content

compilation fix

193449c
Select commit
Loading
Failed to load commit list.
Draft

Backport release/v6.4: rotation of outbound peers #3089

compilation fix
193449c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 24, 2026 in 0s

58.46% (+0.05%) compared to 8adc72e

View this Pull Request on Codecov

58.46% (+0.05%) compared to 8adc72e

Details

Codecov Report

❌ Patch coverage is 84.58418% with 76 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.46%. Comparing base (8adc72e) to head (193449c).

Files with missing lines Patch % Lines
sei-tendermint/internal/p2p/peermanager.go 80.88% 17 Missing and 9 partials ⚠️
sei-tendermint/internal/rpc/core/consensus.go 14.28% 11 Missing and 1 partial ⚠️
sei-tendermint/internal/p2p/peermanager_pool.go 93.54% 5 Missing and 5 partials ⚠️
sei-tendermint/internal/rpc/core/net.go 30.76% 7 Missing and 2 partials ⚠️
sei-tendermint/internal/p2p/router.go 92.50% 3 Missing and 3 partials ⚠️
sei-tendermint/internal/p2p/testonly.go 76.92% 3 Missing ⚠️
sei-tendermint/internal/p2p/transport.go 81.25% 2 Missing and 1 partial ⚠️
sei-tendermint/internal/statesync/reactor.go 77.77% 2 Missing ⚠️
sei-tendermint/node/setup.go 80.00% 1 Missing and 1 partial ⚠️
sei-tendermint/internal/p2p/channel.go 66.66% 0 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v6.4    #3089      +/-   ##
================================================
+ Coverage         58.40%   58.46%   +0.05%     
================================================
  Files              2088     2089       +1     
  Lines            172130   172143      +13     
================================================
+ Hits             100538   100637      +99     
+ Misses            62637    62573      -64     
+ Partials           8955     8933      -22     
Files with missing lines Coverage Δ
sei-tendermint/config/config.go 70.15% <100.00%> (-0.07%) ⬇️
sei-tendermint/crypto/ed25519/ed25519.go 84.93% <100.00%> (+4.37%) ⬆️
sei-tendermint/internal/p2p/address.go 96.07% <ø> (-0.36%) ⬇️
sei-tendermint/internal/p2p/peermanager_updates.go 100.00% <100.00%> (ø)
sei-tendermint/internal/p2p/routeroptions.go 85.00% <100.00%> (-1.37%) ⬇️
sei-tendermint/internal/rpc/core/env.go 75.51% <ø> (ø)
sei-tendermint/libs/utils/wait.go 47.56% <100.00%> (+2.68%) ⬆️
sei-tendermint/node/node.go 59.36% <100.00%> (ø)
sei-tendermint/node/seed.go 45.26% <100.00%> (ø)
sei-tendermint/types/validation.go 83.09% <100.00%> (ø)
... and 12 more

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