Skip to content

refactor(store,cache)!: optimize cache restore as O(1)#3134

Merged
julienrbrt merged 13 commits into
mainfrom
julien/cache
Mar 6, 2026
Merged

refactor(store,cache)!: optimize cache restore as O(1)#3134
julienrbrt merged 13 commits into
mainfrom
julien/cache

feedback + fix in syncer

007ac1c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2026 in 0s

61.12% (+0.12%) compared to b1e3010

View this Pull Request on Codecov

61.12% (+0.12%) compared to b1e3010

Details

Codecov Report

❌ Patch coverage is 85.84071% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.12%. Comparing base (b1e3010) to head (007ac1c).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
block/internal/cache/generic_cache.go 88.73% 4 Missing and 4 partials ⚠️
block/internal/cache/manager.go 78.26% 3 Missing and 2 partials ⚠️
block/internal/syncing/syncer.go 50.00% 2 Missing ⚠️
block/internal/submitting/submitter.go 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3134      +/-   ##
==========================================
+ Coverage   61.00%   61.12%   +0.12%     
==========================================
  Files         113      113              
  Lines       11700    11676      -24     
==========================================
  Hits         7137     7137              
+ Misses       3753     3736      -17     
+ Partials      810      803       -7     

☔ 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.