Skip to content

review fixes

35db6f2
Select commit
Loading
Failed to load commit list.
Merged

AV1 payloader #222

review fixes
35db6f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2025 in 1s

87.78% (+0.08%) compared to 5e20c3d

View this Pull Request on Codecov

87.78% (+0.08%) compared to 5e20c3d

Details

Codecov Report

Attention: Patch coverage is 96.92308% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.78%. Comparing base (5e20c3d) to head (35db6f2).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
lib/ex_webrtc/rtp/av1/obu.ex 96.29% 1 Missing ⚠️
lib/ex_webrtc/rtp/av1/payloader.ex 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   87.70%   87.78%   +0.08%     
==========================================
  Files          50       54       +4     
  Lines        2684     2743      +59     
==========================================
+ Hits         2354     2408      +54     
- Misses        330      335       +5     
Files with missing lines Coverage Δ
lib/ex_webrtc/rtp/av1/leb128.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp/av1/payload.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp/payloader.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp/vp8/payloader.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/utils.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp/av1/obu.ex 96.29% <96.29%> (ø)
lib/ex_webrtc/rtp/av1/payloader.ex 92.85% <92.85%> (ø)

... and 3 files 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 5e20c3d...35db6f2. Read the comment docs.

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