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

humanspeak / svelte-virtual-chat / 28622377372
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: perf/drop-observer-attribute-observation
DEFAULT BRANCH: main
Ran 02 Jul 2026 09:22PM UTC
Jobs 1
Files 7
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

02 Jul 2026 09:21PM UTC coverage: 91.952%. First build
28622377372

push

github

web-flow
feat(chat): support keyboard chat viewport scrolling (#36)

* feat(chat): support keyboard chat viewport scrolling

- Expose the chat viewport as a labeled focusable region.
- Handle standard scroll keys consistently across browsers.
- Cover keyboard scroll preservation and follow-bottom recovery.

Closes #31

* test(chat): stabilize keyboard scroll coverage

* fix(chat): preserve descendant keyboard interactions

* test(chat): document descendant End key assertion

* test(chat): relax viewport keyboard delta assertions

* test(chat): add failing spec for programmatic slow-scroll livelock (#45)

A sustained programmatic upward scroll (30px/frame in the rAF phase — the
shape of a consumer scroll animation or a11y tool) can never leave the
bottom: with no scroll intent to suppress it, snap-to-bottom answers
every step, and each snap-back also resets the upward-travel accumulator
that the unfollow decision needs. The viewport oscillates at the bottom
forever while following=true.

A control test guards the intended magnet: one sub-threshold nudge keeps
following, before and after the fix.

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

* fix(chat): keep upward-travel evidence through snap-backs so programmatic scrolls can escape

The travel accumulator reset whenever the viewport was within the follow
threshold — which is exactly where the component's own snap-backs land.
A sustained programmatic upward scroll (no scroll intent to suppress the
snap) had its evidence erased every cycle: step up, snap back, reset,
repeat — a livelock where the viewport could never leave the bottom.

Upward user-attributable movement now always accumulates, inside or
outside the threshold; only a non-upward arrival at the bottom (snap-
backs, downward scrolls, clamps) wipes the slate. Trackpad noise still
resets on every downward half-tick, wheel input still escapes via
intent, and the sub-threshold magnet is unchanged (guarded by the new
control test). Fixes #45

... (continued)

191 of 219 branches covered (87.21%)

Branch coverage included in aggregate %.

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

346 of 365 relevant lines covered (94.79%)

48.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node-22 - 28622377372.1 02 Jul 2026 09:22PM UTC 7
91.95
GitHub Action Run
Source Files on build 28622377372
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28622377372
  • 39f59479 on github
  • Delete
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