Skip to content

Suppress debug output during test runs (#501)

295da9d
Select commit
Loading
Failed to load commit list.
Draft

V2 WIP - DO NOT MERGE #487

Suppress debug output during test runs (#501)
295da9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 6, 2025 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 86.64203% with 253 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@6a8783e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
lib/WebSocketConnection.js 81.10% 116 Missing ⚠️
lib/browser.js 0.00% 36 Missing ⚠️
lib/WebSocketRequest.js 92.15% 27 Missing ⚠️
lib/W3CWebSocket.js 88.96% 16 Missing ⚠️
lib/WebSocketClient.js 93.82% 16 Missing ⚠️
lib/WebSocketFrame.js 92.35% 12 Missing ⚠️
lib/Deprecation.js 0.00% 9 Missing ⚠️
lib/websocket.js 0.00% 9 Missing ⚠️
lib/WebSocketServer.js 97.10% 5 Missing ⚠️
lib/utils.js 88.37% 5 Missing ⚠️
... and 2 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #487   +/-   ##
=========================================
  Coverage          ?   87.26%           
=========================================
  Files             ?       12           
  Lines             ?     3047           
  Branches          ?      775           
=========================================
  Hits              ?     2659           
  Misses            ?      388           
  Partials          ?        0           
Files with missing lines Coverage Δ
lib/WebSocketRouter.js 98.71% <98.64%> (ø)
lib/WebSocketRouterRequest.js 98.41% <96.77%> (ø)
lib/WebSocketServer.js 94.37% <97.10%> (ø)
lib/utils.js 84.61% <88.37%> (ø)
lib/Deprecation.js 0.00% <0.00%> (ø)
lib/websocket.js 0.00% <0.00%> (ø)
lib/WebSocketFrame.js 93.18% <92.35%> (ø)
lib/W3CWebSocket.js 93.75% <88.96%> (ø)
lib/WebSocketClient.js 91.16% <93.82%> (ø)
lib/WebSocketRequest.js 93.11% <92.15%> (ø)
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.