Skip to content

Imrove log message when trying to send via not connected DTLS/ICE tra…

b3f709e
Select commit
Loading
Failed to load commit list.
Merged

Add close/1. Handle DTLS close_notify alert #218

Imrove log message when trying to send via not connected DTLS/ICE tra…
b3f709e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 16, 2025 in 1s

87.70% (-0.37%) compared to 598dc4e

View this Pull Request on Codecov

87.70% (-0.37%) compared to 598dc4e

Details

Codecov Report

Attention: Patch coverage is 60.24096% with 33 lines in your changes missing coverage. Please review.

Project coverage is 87.70%. Comparing base (598dc4e) to head (b3f709e).

Files with missing lines Patch % Lines
lib/ex_webrtc/peer_connection.ex 51.28% 19 Missing ⚠️
lib/ex_webrtc/dtls_transport.ex 71.42% 8 Missing ⚠️
lib/ex_webrtc/sctp_transport.ex 57.14% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
- Coverage   88.06%   87.70%   -0.37%     
==========================================
  Files          50       50              
  Lines        2623     2684      +61     
==========================================
+ Hits         2310     2354      +44     
- Misses        313      330      +17     
Files with missing lines Coverage Δ
lib/ex_webrtc/ice_transport.ex 87.50% <100.00%> (+7.50%) ⬆️
lib/ex_webrtc/rtp_transceiver.ex 91.04% <ø> (ø)
test/support/test_utils.ex 85.71% <100.00%> (ø)
lib/ex_webrtc/sctp_transport.ex 82.32% <57.14%> (-0.92%) ⬇️
lib/ex_webrtc/dtls_transport.ex 84.56% <71.42%> (-0.44%) ⬇️
lib/ex_webrtc/peer_connection.ex 85.62% <51.28%> (-1.04%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 598dc4e...b3f709e. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.