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

lean-poker / boardgame.io / 25944781738
100%

Build:
DEFAULT BRANCH: main
Ran 15 May 2026 10:40PM UTC
Jobs 1
Files 55
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

15 May 2026 10:29PM UTC coverage: 99.843% (-0.02%) from 99.865%
25944781738

push

github

devill
refactor(client): adopt svelte-5 mount/unmount API

Svelte 5 removed the class-based component constructor; \`new Debug({target,
props})\` is now \`mount(Debug, {target, props})\` and \`$destroy()\` is now
\`unmount(handle)\`. ClientManager.debugPanel changes from a Debug instance
to whatever mount() returns (an exports proxy), and DebugOpt.impl from
\`typeof Debug\` to \`Component\` so callers that supply a custom impl pass
the new component shape rather than the old class.

Two test-only fixes ride along because the rendered code path now goes
through svelte's client runtime in jsdom:

- moduleNameMapper routes \`svelte\` (and its client/server-split
  subpaths) to the index-client builds; jest's customExportConditions
  is "node", which would otherwise pull index-server and trip svelte's
  \`lifecycle_function_unavailable\` guard. Adding the browser
  condition globally is a non-starter because it would also force
  nanoid onto its ESM-only browser bundle.
- jest.setup.js stubs Element.prototype.animate. jsdom doesn't ship
  Web Animations and svelte 5's transitions call animate(); the stub
  fires onfinish synchronously so outro transitions complete and
  Svelte removes the element in the same tick.

1786 of 1789 branches covered (99.83%)

Branch coverage included in aggregate %.

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

2669 of 2673 relevant lines covered (99.85%)

28548.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25944781738.1 15 May 2026 10:40PM UTC 110
99.85
GitHub Action Run
Source Files on build 25944781738
  • Tree
  • List 55
  • Changed 50
  • Source Changed 2
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25944781738
  • 53fb88d5 on github
  • Prev Build on main (#25939427534)
  • Next Build on main (#25956970951)
  • 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