Skip to content

test fixes

3b49984
Select commit
Loading
Failed to load commit list.
Merged

chore(metrics): add log to tx store and metric for num height iterated on height sync #1071

test fixes
3b49984
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2026 in 1s

63.91% (-0.20%) compared to bea1ab9

View this Pull Request on Codecov

63.91% (-0.20%) compared to bea1ab9

Details

Codecov Report

❌ Patch coverage is 50.00000% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.91%. Comparing base (bea1ab9) to head (3b49984).

Files with missing lines Patch % Lines
mempool/txpool/legacypool/tx_store.go 44.44% 1 Missing and 4 partials ⚠️
mempool/internal/heightsync/heightsync.go 50.00% 1 Missing and 2 partials ⚠️
mempool/tx_store.go 0.00% 0 Missing and 1 partial ⚠️
mempool/txpool/legacypool/legacypool.go 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1071      +/-   ##
==========================================
- Coverage   64.11%   63.91%   -0.20%     
==========================================
  Files         331      331              
  Lines       23303    23316      +13     
==========================================
- Hits        14941    14903      -38     
+ Misses       6946     6944       -2     
- Partials     1416     1469      +53     
Files with missing lines Coverage Δ
mempool/mempool.go 58.18% <100.00%> (+0.58%) ⬆️
mempool/tx_store.go 81.25% <0.00%> (-18.75%) ⬇️
mempool/txpool/legacypool/legacypool.go 64.44% <50.00%> (-1.78%) ⬇️
mempool/internal/heightsync/heightsync.go 68.91% <50.00%> (-18.23%) ⬇️
mempool/txpool/legacypool/tx_store.go 76.31% <44.44%> (-20.75%) ⬇️

... and 1 file 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.