Skip to content

code review

1a874f1
Select commit
Loading
Failed to load commit list.
Open

Lookahead pre-fetching #413

code review
1a874f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2026 in 0s

76.28% (+0.16%) compared to 2bc4e02

View this Pull Request on Codecov

76.28% (+0.16%) compared to 2bc4e02

Details

Codecov Report

❌ Patch coverage is 97.13740% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.28%. Comparing base (2bc4e02) to head (1a874f1).
⚠️ Report is 256 commits behind head on unstable.

Files with missing lines Patch % Lines
src/networking.c 96.42% 12 Missing ⚠️
src/acl.c 93.75% 1 Missing ⚠️
src/cluster.c 97.36% 1 Missing ⚠️
src/db.c 90.90% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #413      +/-   ##
============================================
+ Coverage     76.12%   76.28%   +0.16%     
============================================
  Files           131      131              
  Lines         76635    76959     +324     
============================================
+ Hits          58335    58708     +373     
+ Misses        18300    18251      -49     
Files with missing lines Coverage Δ
src/aof.c 82.60% <100.00%> (+0.30%) ⬆️
src/blocked.c 98.80% <100.00%> (-0.01%) ⬇️
src/cluster.h 100.00% <ø> (ø)
src/config.c 85.42% <ø> (ø)
src/iothread.c 87.90% <100.00%> (+0.06%) ⬆️
src/memory_prefetch.c 99.35% <100.00%> (+1.99%) ⬆️
src/module.c 82.94% <100.00%> (+0.15%) ⬆️
src/multi.c 95.80% <100.00%> (ø)
src/replication.c 87.59% <100.00%> (+0.01%) ⬆️
src/script.c 89.47% <100.00%> (ø)
... and 7 more

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