Closed dmarjenburgh closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.22%. Comparing base (
ca646f2
) to head (6a2b493
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Update
test_processes_ws.py
which was testing that the correct process data was sent through the websocket,. Since we have removed sending process_data through the websocket (and only send cache invalidation data), the test was waiting forever to complete.