Skip to content

Migrate precompiles/bank and giga/deps metrics to OTel (PLT-912) - #3859

Open
amir-deris wants to merge 16 commits into
mainfrom
amir/plt-912-add-precompile-otel-metrics
Open

Migrate precompiles/bank and giga/deps metrics to OTel (PLT-912)#3859
amir-deris wants to merge 16 commits into
mainfrom
amir/plt-912-add-precompile-otel-metrics

Enforced equal instruments for bank new account

ae55eaf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2026 in 0s

60.73% (+1.28%) compared to ab08efb

View this Pull Request on Codecov

60.73% (+1.28%) compared to ab08efb

Details

Codecov Report

❌ Patch coverage is 44.31818% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.73%. Comparing base (ab08efb) to head (ae55eaf).

Files with missing lines Patch % Lines
giga/deps/tasks/scheduler.go 0.00% 17 Missing ⚠️
giga/deps/xbank/keeper/metrics.go 50.00% 4 Missing and 4 partials ⚠️
utils/metrics/metrics_util.go 46.15% 5 Missing and 2 partials ⚠️
sei-cosmos/tasks/scheduler.go 64.70% 3 Missing and 3 partials ⚠️
sei-cosmos/x/bank/keeper/send.go 57.14% 3 Missing and 3 partials ⚠️
giga/deps/xbank/keeper/send.go 50.00% 3 Missing ⚠️
giga/deps/tasks/metrics.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3859      +/-   ##
==========================================
+ Coverage   59.45%   60.73%   +1.28%     
==========================================
  Files        2319     2277      -42     
  Lines      198379   189499    -8880     
==========================================
- Hits       117946   115097    -2849     
+ Misses      69235    64285    -4950     
+ Partials    11198    10117    -1081     
Files with missing lines Coverage Δ
precompiles/bank/bank.go 66.48% <100.00%> (ø)
sei-cosmos/tasks/metrics.go 50.00% <ø> (ø)
sei-cosmos/x/bank/keeper/metrics.go 50.00% <ø> (ø)
giga/deps/tasks/metrics.go 50.00% <50.00%> (ø)
giga/deps/xbank/keeper/send.go 84.75% <50.00%> (-0.53%) ⬇️
sei-cosmos/tasks/scheduler.go 94.11% <64.70%> (-1.82%) ⬇️
sei-cosmos/x/bank/keeper/send.go 90.74% <57.14%> (-1.88%) ⬇️
utils/metrics/metrics_util.go 87.28% <46.15%> (-1.26%) ⬇️
giga/deps/xbank/keeper/metrics.go 50.00% <50.00%> (ø)
giga/deps/tasks/scheduler.go 86.16% <0.00%> (-4.99%) ⬇️

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