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

boardgameio / boardgame.io / 28723123569
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-7.0.0
DEFAULT BRANCH: master
Ran 04 Jul 2026 11:32PM 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

04 Jul 2026 11:31PM UTC coverage: 100.0%. Remained the same
28723123569

push

github

web-flow
Port server + client fixes from the lean-poker fork (#1257)

* fix(server): configurable API body-parser limit (apiBodyLimit)

Replace the per-route koaBody() parsers with a single shared body parser
whose size limit is configurable via a new `apiBodyLimit` Server option
(default '5mb'), wired Server() -> configureRouter. Fixes 413 errors when
posting large setupData to the lobby API.

Ported from lean-poker/boardgame.io (reviewed there as #29); fork-only
docs (README/breaking-changes/CHANGELOG) omitted.

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

* feat(client): add loadState and rename overrideGameState to previewState

Rename the debug-panel state override API `overrideGameState` ->
`previewState` (it only previews without persisting), and add
`loadState()` which dispatches an update action and clears the log so a
saved/loaded state becomes the actual, playable game state.

Ported from lean-poker/boardgame.io (reviewed there as #30). Fixed the
Log.svelte indentation the original commit introduced.

BREAKING CHANGE: `Client.overrideGameState()` is renamed to
`Client.previewState()`.

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

* fix(server): serialize sync and disconnect via the per-match queue

The `sync` and `disconnect` socket handlers called onSync /
onConnectionChange directly, so concurrent connection changes could
interleave the read-modify-write in Master.onConnectionChange and leave
clients stuck "Connecting…". Route both through the existing per-match
PQueue (as `update` already is) to serialize them. Fixes #1100.

Ported from lean-poker/boardgame.io (reviewed there as #31).

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

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Rupesh Pandey <pandeyrupesh00@gmail.com>

1803 of 1803 branches covered (100.0%)

Branch coverage included in aggregate %.

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

2685 of 2685 relevant lines covered (100.0%)

28473.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28723123569.1 04 Jul 2026 11:32PM UTC 110
100.0
GitHub Action Run
Source Files on build 28723123569
  • Tree
  • List 55
  • Changed 50
  • Source Changed 4
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28723123569
  • 99944487 on github
  • Prev Build on main (#28722914475)
  • Next Build on main (#28931932770)
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