elixir-webrtc / ex_webrtc

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

Add VP8 depayloader #45

Closed mickel8 closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Merging #45 (e9dced0) into master (9276b18) will increase coverage by 0.28%. The diff coverage is 91.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #45 +/- ## ========================================== + Coverage 87.02% 87.31% +0.28% ========================================== Files 16 18 +2 Lines 771 828 +57 ========================================== + Hits 671 723 +52 - Misses 100 105 +5 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?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/vp8\_payloader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4X3BheWxvYWRlci5leA==) | `100.00% <ø> (ø)` | | | [lib/ex\_webrtc/rtp/vp8\_depayloader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4X2RlcGF5bG9hZGVyLmV4) | `94.11% <94.11%> (ø)` | | | [lib/ex\_webrtc/rtp/vp8\_payload.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4X3BheWxvYWQuZXg=) | `90.00% <90.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?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/45?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [9276b18...e9dced0](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/45?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).