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

lean-poker / boardgame.io / 25989470310
100%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 11:25AM 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

17 May 2026 10:49AM UTC coverage: 99.843%. Remained the same
25989470310

push

github

devill
fix(rollup): enable interop:auto on server CJS bundle

Several CJS deps (koa-body@7, p-queue@6) ship modules whose runtime
require() result is a namespace { default: fn, ... } rather than the
function/class itself. Without rollup's interop wrapper, default
imports like `import PQueue from 'p-queue'` were compiled to
`var PQueue = require('p-queue')` and then `new PQueue(...)` was
called on the namespace object, throwing TypeError at server boot
and on socket events.

Setting output.interop to 'auto' restores the _interopDefault wrapper,
so default imports access X__default.default at call sites. This
future-proofs other CJS deps with the same export shape (Koa, Router,
cors, http, https) which the auto interop now also wraps.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

1786 of 1789 branches covered (99.83%)

Branch coverage included in aggregate %.

2669 of 2673 relevant lines covered (99.85%)

28581.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25989470310.1 17 May 2026 11:25AM UTC 110
99.85
GitHub Action Run
Source Files on build 25989470310
  • Tree
  • List 55
  • Changed 50
  • Source Changed 0
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25989470310
  • 57bf9148 on github
  • Prev Build on main (#25966795291)
  • Next Build on main (#25992073040)
  • 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