• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jellydator / ttlcache / 28315180578
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix/range-skips-reordered-items
DEFAULT BRANCH: master
Ran 30 Jun 2026 08:06AM UTC
Jobs 1
Files 4
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jun 2026 07:29AM UTC coverage: 99.739% (+0.001%) from 99.738%
28315180578

Pull #213

github

amitmishra11
fix: Range/RangeBackwards no longer skip items reordered mid-iteration

Range and RangeBackwards walked the live LRU list while releasing the
read lock between steps, so a concurrent Set/Touch could call
MoveToFront and move an unvisited item ahead of the iterator,
skipping it. Snapshot the keys in iteration order up front, then
re-look-up each key (skipping ones since evicted) instead of walking
the live list.

Fixes #205

This PR was written primarily by Claude Code; I reviewed the change
and ran the test suite before submitting.
Pull Request #213: fix: Range/RangeBackwards no longer skip items reordered mid-iteration

27 of 27 new or added lines in 1 file covered. (100.0%)

764 of 766 relevant lines covered (99.74%)

26.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28315180578.1 30 Jun 2026 08:06AM UTC 4
99.74
GitHub Action Run
Source Files on build 28315180578
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #213
  • PR Base - v3 (#27957038408)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc