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

humanspeak / svelte-motion / 28104165130
57%
main: 57%

Build:
Build:
LAST BUILD BRANCH: ci/drop-node-20
DEFAULT BRANCH: main
Ran 24 Jun 2026 02:03PM UTC
Jobs 1
Files 241
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

24 Jun 2026 02:01PM UTC coverage: 57.13%. First build
28104165130

push

github

web-flow
feat(layout): add layoutDependency prop to gate FLIP measurement (#416)

* docs(layout): add JSDoc to layoutIdRegistry export

The exported singleton lacked a doc block (the nearby comment
documents the private entries Map). Adds a Google-style JSDoc
describing the snapshot/consume one-shot contract.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(tests): let demo wrappers grow so pages scroll past the viewport

The #405 scroll fix un-clamped html/body, but `.container` and
`#sandbox` stayed fixed at `height: 100vh` / `100%`, so content taller
than the viewport overflowed an unscrollable wrapper. Switch both to
`min-height` + `height: auto` so the wrappers grow with content and the
page scrolls. Short content still centers via flex.

Fixes scrolling app-wide for all test routes, removing the need for the
per-page `.container`/`#sandbox` overrides several demos carry today.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(layout): add layoutDependency prop to gate FLIP measurement

Gates `layout` (FLIP) measurement so a frequently-rerendering element
only re-measures when a dependency you control changes, instead of on
every render that touches class/style/layoutId/transition. Mirrors
framer-motion's `layoutDependency`.

- types: `layoutDependency?: unknown` with Google-style JSDoc
- layout: pure `selectLayoutDependencies(dep, fallback)` helper whose
  laziness (fallback thunk) is what keeps the gated props untracked
- _MotionContainer: gated dependency tracker; drag escape hatch that
  bypasses the gate while `drag` is active (upstream MeasureLayout
  parity); presence-driven layout changes still measure via the
  observer path
- unit tests for the gate (incl. falsy-but-defined values + laziness)
- /tests/layout-dependency demo with measure counters + drag/presence
  escape-hatch panels; linked from the test index
- e2e covering gating, dependency change, drag hatch, and presence reflow
- docs ... (continued)

765 of 1567 branches covered (48.82%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 2 files covered. (100.0%)

2997 of 5018 relevant lines covered (59.72%)

15.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node-22 - 28104165130.1 24 Jun 2026 02:03PM UTC 241
57.13
GitHub Action Run
Source Files on build 28104165130
  • Tree
  • List 241
  • 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 #28104165130
  • ca2dc070 on github
  • Delete
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