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

nestjs / nest / e10f6819-b1b4-4f6a-81e5-857fe08aabe0
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/socket.io-parser-4.2.6
DEFAULT BRANCH: master
Ran 16 Feb 2026 12:25AM UTC
Jobs 1
Files 356
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 Feb 2026 12:22AM UTC coverage: 89.835% (+0.006%) from 89.829%
e10f6819-b1b4-4f6a-81e5-857fe08aabe0

Pull #16366

circleci

veeceey
fix(websockets): detect native ws clients before calling emit

The emitMessage() method checked for client.emit first, but native
WebSocket clients from the ws package inherit from EventEmitter and
also have an emit method that only dispatches events locally. This
caused WsException errors to be emitted as local events instead of
being sent over the wire, resulting in the e2e test timing out.

Added an isNativeWebSocket() check that looks for a numeric readyState
property (per the WebSocket spec) to reliably distinguish native WS
clients from Socket.IO sockets. Also fixed prettier formatting on the
emitMessage generic signature, and updated test mocks to include
readyState on the native WS client stub.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #16366: fix(websockets): send WsException errors to native WebSocket clients

2867 of 3571 branches covered (80.29%)

8 of 9 new or added lines in 1 file covered. (88.89%)

7468 of 8313 relevant lines covered (89.84%)

19.04 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.37
0.4% packages/websockets/exceptions/base-ws-exception-filter.ts
Jobs
ID Job ID Ran Files Coverage
1 e10f6819-b1b4-4f6a-81e5-857fe08aabe0.1 16 Feb 2026 12:25AM UTC 356
89.84
Source Files on build e10f6819-b1b4-4f6a-81e5-857fe08aabe0
  • Tree
  • List 356
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #E10F6819...
  • Pull Request #16366
  • PR Base - master (#5B92B95B...)
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