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

humanspeak / svelte-virtual-list / 28631176826 / 1
73%
main: 72%

Build:
Build:
LAST BUILD BRANCH: feat/165-center-align-scroll-to-offset
DEFAULT BRANCH: main
Ran 03 Jul 2026 12:59AM UTC
Files 18
Run time 1s
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

03 Jul 2026 12:53AM UTC coverage: 72.986%. First build
28631176826.1

push

github

web-flow
fix(virtual-list): hide estimate-miss corrections while scrolling backlog (#418)

* test(virtual-list): add failing spec for estimate-miss corrections while scrolling backlog (#413)

Fixture: 300 items with heights cycling 64/96/128/512/700px, so the
average estimate converges to the cycle mean (~300px) while every
individual unmeasured item is wrong by up to 400px — variable heights
mean the misses cannot self-heal. The page carries a what/why/how
description and live red/green stats, and drives its own backlog sweep:
jump to the bottom, scroll up 250px per step through never-measured
items, tracking EVERY rendered item across frames (batched corrections
can cancel for any single item while its neighbors rearrange).

Pre-fix the sweep reads jumps=3 maxJumpPx=11281 totalJumpPx=14759 over
39 samples: corrections pile up behind the 100ms measurement debounce
(each scroll step resets it) and land as multi-thousand-pixel painted
lurches. The spec asserts on the fixture's own stat values and expects
zeros.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* test(virtual-list): make the issue-413 fixture readable at a glance and immune to vacuous greens (#413)

Three hardenings driven by watching a human read the page:

- Re-run remounts the list ({#key runId}) so the backlog is unmeasured
  again — a second sweep over already-measured items produced zero
  corrections and read as a false green.
- Blank-coverage detection: after every sweep step and across five
  post-sweep settle samples (the debounced correction chain flushes in
  waves; a single sample races it), rendered items must fully cover the
  viewport. Reported as its own red/green row. Passes pre-fix — it is a
  tripwire so the fix cannot trade jump-hiding for unpainted frames.
- Visual honesty: a 700px item's textless body was indistinguishable
  from a broken blank screen. Item labels are now vertically centered
  with visible card borders, and the content layer behind the items is
  re... (continued)

436 of 654 branches covered (66.67%)

Branch coverage included in aggregate %.

796 of 1034 relevant lines covered (76.98%)

437.18 hits per line

Source Files on job node-22 - 28631176826.1
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28631176826
  • 6eb08366 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc