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

humanspeak / svelte-motion / 28661197968
60%
main: 57%

Build:
Build:
LAST BUILD BRANCH: fix/presence-exit-placeholder-slot
DEFAULT BRANCH: main
Ran 03 Jul 2026 12:42PM UTC
Jobs 1
Files 254
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

03 Jul 2026 12:40PM UTC coverage: 59.737%. First build
28661197968

push

github

web-flow
feat(values): vanilla motion-value layer with unified rune sources (#432)

* test(setup): heal motion-dom's frame loop between fake-timer tests

Each test gets a fresh fake clock, so an rAF scheduled near the end of
the previous test (e.g. the frame.read that MotionValue
change-unsubscribers enqueue) was silently dropped with that clock —
but the batcher's runNextFrame flag stayed true, and frame.*() only
wakes the scheduler when the flag is false. Every frame-driven update
(computed values, springs, velocity) in the worker froze from then on;
this is what previously forced frame-dependent specs into isolated
files.

The rAF mock now keeps an exact pending-callback registry (added on
schedule, removed on invoke/cancel) and beforeEach invokes only
genuinely pending batches. An afterEach flush can't replace this — a
keepAlive batch reschedules itself, re-stranding the flag one layer
later.

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

* feat(values): vanilla motion-value layer with unified rune/readable sources

Ports Motion's vanilla (component-free) value API to the package root
and unifies HOW every source kind — motion values, Svelte readables,
and reactive rune getters — flows into it and into the existing hooks.

New public surface:
- toMotionValue(source) — the rune bridge: MotionValue | Readable |
  (() => T) becomes an augmented MotionValue; getters run in an
  $effect.root so $state/$derived reads are tracked
- Vanilla factories motionValue / springValue / transformValue /
  mapValue: same augmented shape the hooks return (reactive .current,
  store .subscribe, real motion-dom identity), manual .destroy()
  lifecycle, usable outside components
- styleEffect / attrEffect / propEffect / svgEffect re-typed to accept
  augmented values (runtime passthrough — upstream's nominal
  MotionValue signature rejects the augmented TYPE only)
- Straight re-exports: frame, cancelFrame, frameData, spring,
  scrollInfo, MotionGlobalConfig, isMotionV... (continued)

849 of 1644 branches covered (51.64%)

Branch coverage included in aggregate %.

60 of 60 new or added lines in 7 files covered. (100.0%)

3289 of 5283 relevant lines covered (62.26%)

23.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node-22 - 28661197968.1 03 Jul 2026 12:42PM UTC 254
59.74
GitHub Action Run
Source Files on build 28661197968
  • Tree
  • List 254
  • 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 #28661197968
  • e0037ae4 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