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

lean-poker / boardgame.io / 25965437903
100%

Build:
DEFAULT BRANCH: main
Ran 16 May 2026 03:17PM 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

16 May 2026 03:15PM UTC coverage: 99.843%. Remained the same
25965437903

push

github

devill
fix(scripts): make test:coverage actually collect coverage under pnpm

Background: under pnpm 10, `pnpm test -- --coverage` forwards the `--`
literally, so jest sees `jest -- --coverage --collectCoverageFrom=src/**`
and treats everything past `--` as a testPathPattern. It then prints
`Invalid testPattern ... supplied. Running all tests instead.` — coverage
is silently dropped. CI's coveralls step has therefore been getting an
empty (or stale) lcov since the pnpm migration.

Fix: invoke jest directly in test:coverage and test:watch instead of
re-entering via pnpm test. Keep the lint guard for test:coverage by
chaining `pnpm run lint &&` explicitly (the `pretest` hook only fires
for `test`, not for test:coverage). test:watch skips lint to keep
iteration fast, matching the previous behaviour.

Verified: pnpm run test:coverage now emits lcov and reports per-file
coverage. (Note: a pre-existing flake in api.test.ts surfaced once under
parallel coverage — sibling-describe state leak around the deprecated
/rename endpoint. Separately filed.)

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%)

28563.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25965437903.1 16 May 2026 03:17PM UTC 110
99.85
GitHub Action Run
Source Files on build 25965437903
  • 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 #25965437903
  • 14d13bd7 on github
  • Prev Build on main (#25956970951)
  • Next Build on main (#25966795291)
  • 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