Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add set_sender_codec #190

Merged
merged 12 commits into from
Feb 7, 2025

Fix some typos, format code

da5633a
Select commit
Loading
Failed to load commit list.
Merged

Add set_sender_codec #190

Fix some typos, format code
da5633a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2025 in 1s

85.13% (+0.38%) compared to 7f3b1bd

View this Pull Request on Codecov

85.13% (+0.38%) compared to 7f3b1bd

Details

Codecov Report

Attention: Patch coverage is 97.08029% with 4 lines in your changes missing coverage. Please review.

Project coverage is 85.13%. Comparing base (7f3b1bd) to head (da5633a).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
lib/ex_webrtc/rtp_sender.ex 93.75% 2 Missing ⚠️
lib/ex_webrtc/rtp_transceiver.ex 95.45% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
+ Coverage   84.75%   85.13%   +0.38%     
==========================================
  Files          49       49              
  Lines        2512     2584      +72     
==========================================
+ Hits         2129     2200      +71     
- Misses        383      384       +1     
Files with missing lines Coverage Δ
lib/ex_webrtc/peer_connection.ex 86.12% <100.00%> (+0.07%) ⬆️
lib/ex_webrtc/peer_connection/configuration.ex 95.80% <100.00%> (+0.91%) ⬆️
lib/ex_webrtc/rtp_sender/report_recorder.ex 97.05% <100.00%> (+0.08%) ⬆️
lib/ex_webrtc/rtp_sender.ex 93.10% <93.75%> (-0.31%) ⬇️
lib/ex_webrtc/rtp_transceiver.ex 91.50% <95.45%> (+1.13%) ⬆️

... 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 7f3b1bd...da5633a. Read the comment docs.