Skip to content

refactor(lru): wrap lru constructors so we could panic on error.

f68d61e
Select commit
Loading
Failed to load commit list.
Open

refactor(lru): switch LRU implementation to golang-lru #3674

refactor(lru): wrap lru constructors so we could panic on error.
f68d61e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 22, 2026 in 1s

76.20% (target 70.00%)

View this Pull Request on Codecov

76.20% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 73.33333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.20%. Comparing base (6fc5100) to head (f68d61e).

Files with missing lines Patch % Lines
utils/lru.go 60.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3674      +/-   ##
==========================================
+ Coverage   76.16%   76.20%   +0.03%     
==========================================
  Files         396      397       +1     
  Lines       36585    36535      -50     
==========================================
- Hits        27865    27840      -25     
+ Misses       6743     6707      -36     
- Partials     1977     1988      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.