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

nestjs / nest / 4be5b7a3-a46b-47a1-ac30-fea040e374e6 / 1
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: renovate/major-eslint-monorepo
DEFAULT BRANCH: master
Ran 10 Feb 2026 03:43AM UTC
Files 356
Run time 7s
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

10 Feb 2026 03:30AM UTC coverage: 89.766% (-0.06%) from 89.829%
4be5b7a3-a46b-47a1-ac30-fea040e374e6.1

Pull #16336

circleci

manureja64
fix(websockets): deliver exception errors to native ws clients

BaseWsExceptionFilter used client.emit() to send exception payloads,
which only works with socket.io. For native WebSocket clients (ws
library), emit() is just EventEmitter.emit() and does not send data
over the wire, causing exceptions to be silently swallowed.

Add sendExceptionToClient() and isNativeWebSocket() methods to
BaseWsExceptionFilter to detect the client type and use client.send()
for native WebSocket clients. Update WsExceptionsHandler guard to
allow clients with send() through to the exception filter.

Closes #9056
Pull Request #16336: fix(websockets): deliver exception errors to native ws clients

2851 of 3557 branches covered (80.15%)

7447 of 8296 relevant lines covered (89.77%)

18.47 hits per line

Source Files on job 4be5b7a3-a46b-47a1-ac30-fea040e374e6.1
  • Tree
  • List 356
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 4
  • a71de2c5 on github
  • Prev Job for on fix/ws-exception-filter (#a37b4272-bd8e-4a29-b752-179f6dce50e3.1)
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