elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
270 stars 8 forks source link

Add `RTP.Munger` and H264 codec utilities #126

Closed LVala closed 4 days ago

codecov[bot] commented 6 days ago

Codecov Report

Attention: Patch coverage is 80.85106% with 9 lines in your changes missing coverage. Please review.

Project coverage is 86.72%. Comparing base (533ba6b) to head (197a93a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #126 +/- ## ========================================== - Coverage 87.37% 86.72% -0.66% ========================================== Files 34 36 +2 Lines 1806 1853 +47 ========================================== + Hits 1578 1607 +29 - Misses 228 246 +18 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) | Coverage Δ | | |---|---|---| | [lib/ex\_webrtc/rtp/munger.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?src=pr&el=tree&filepath=lib%2Fex_webrtc%2Frtp%2Fmunger.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvbXVuZ2VyLmV4) | `100.00% <100.00%> (ø)` | | | [lib/ex\_webrtc/rtp/h264.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?src=pr&el=tree&filepath=lib%2Fex_webrtc%2Frtp%2Fh264.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvaDI2NC5leA==) | `47.05% <47.05%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [533ba6b...197a93a](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/126?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc).