elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
336 stars 11 forks source link

Make codecs and rtp header extensions configurable #14

Closed mickel8 closed 10 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #14 (afe84de) into master (d9aafde) will increase coverage by 1.95%. The diff coverage is 90.58%.

:exclamation: Current head afe84de differs from pull request most recent head 0b89149. Consider uploading reports for the commit 0b89149 to get more accurate results

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   71.83%   73.79%   +1.95%     
==========================================
  Files           9        9              
  Lines         348      374      +26     
==========================================
+ Hits          250      276      +26     
  Misses         98       98              
Files Coverage Δ
lib/ex_webrtc/peer_connection.ex 74.11% <100.00%> (+1.66%) :arrow_up:
lib/ex_webrtc/rtp_codec_parameters.ex 100.00% <ø> (ø)
lib/ex_webrtc/sdp_utils.ex 87.27% <ø> (+1.55%) :arrow_up:
lib/ex_webrtc/peer_connection/configuration.ex 82.35% <87.50%> (+15.68%) :arrow_up:
lib/ex_webrtc/rtp_transceiver.ex 92.59% <90.00%> (-7.41%) :arrow_down:

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 d9aafde...0b89149. Read the comment docs.