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

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

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

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

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

10 of 10 new or added lines in 2 files covered. (100.0%)

64 existing lines in 7 files now uncovered.

7447 of 8296 relevant lines covered (89.77%)

18.47 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
50.0
-50.0% packages/microservices/errors/max-packet-length-exceeded.exception.ts
3
93.18
-6.82% packages/microservices/helpers/json-socket.ts
4
90.24
1.87% packages/common/pipes/file/file-type.validator.ts
10
90.68
-0.38% packages/common/pipes/validation.pipe.ts
12
85.06
-0.5% packages/microservices/client/client-tcp.ts
16
83.04
-0.44% packages/microservices/server/server-mqtt.ts
18
75.0
-2.01% packages/microservices/server/server-tcp.ts
Jobs
ID Job ID Ran Files Coverage
1 4be5b7a3-a46b-47a1-ac30-fea040e374e6.1 10 Feb 2026 03:43AM UTC 356
89.77
Source Files on build 4be5b7a3-a46b-47a1-ac30-fea040e374e6
  • 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 Repo
  • CircleCI Build #4BE5B7A3...
  • Pull Request #16336
  • PR Base - master (#A37B4272...)
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