Skip to content

[ConfigManager] Read sei.toml at Boot - #3999

Draft
bdchatham wants to merge 41 commits into
mainfrom
plt-775-node-install
Draft

[ConfigManager] Read sei.toml at Boot#3999
bdchatham wants to merge 41 commits into
mainfrom
plt-775-node-install

refactor(config): name the other divergence record for what it holds

42e6711
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 25, 2026 in 1s

57.70% (+0.09%) compared to bbd07d4

View this Pull Request on Codecov

57.70% (+0.09%) compared to bbd07d4

Details

Codecov Report

❌ Patch coverage is 77.22772% with 138 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.70%. Comparing base (bbd07d4) to head (42e6711).

Files with missing lines Patch % Lines
cmd/seid/cmd/configmanager/tendermint_copy.go 70.58% 40 Missing and 15 partials ⚠️
cmd/seid/cmd/configmanager/tendermint.go 63.54% 26 Missing and 9 partials ⚠️
cmd/seid/cmd/configmanager/install.go 76.27% 20 Missing and 8 partials ⚠️
cmd/seid/cmd/configmanager/check.go 85.13% 6 Missing and 5 partials ⚠️
config/registry/delivery.go 84.09% 5 Missing and 2 partials ⚠️
cmd/seid/cmd/configmanager/configmanager.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@                     Coverage Diff                     @@
##           plt-775-node-sections-4    #3999      +/-   ##
===========================================================
+ Coverage                    57.61%   57.70%   +0.09%     
===========================================================
  Files                         2230     2236       +6     
  Lines                       187690   188421     +731     
===========================================================
+ Hits                        108134   108725     +591     
- Misses                       69689    69788      +99     
- Partials                      9867     9908      +41     
Files with missing lines Coverage Δ
cmd/seid/cmd/root.go 69.67% <100.00%> (+0.78%) ⬆️
config/registry/registry.go 100.00% <100.00%> (ø)
config/registry/resolve.go 98.90% <100.00%> (-1.10%) ⬇️
config/tendermintbase/tendermintbase.go 100.00% <100.00%> (ø)
cmd/seid/cmd/configmanager/configmanager.go 81.37% <77.77%> (-0.55%) ⬇️
config/registry/delivery.go 84.09% <84.09%> (ø)
cmd/seid/cmd/configmanager/check.go 85.13% <85.13%> (ø)
cmd/seid/cmd/configmanager/install.go 76.27% <76.27%> (ø)
cmd/seid/cmd/configmanager/tendermint.go 63.54% <63.54%> (ø)
cmd/seid/cmd/configmanager/tendermint_copy.go 70.58% <70.58%> (ø)

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