Closed WSH032 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.74%. Comparing base (
0acc1d2
) to head (245101d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
The
websocket_route
is a legacy API of FastAPI, which we mistakenly used before. Thewebsocket
we are currently using serves as a full replacement for the former.