elixir-webrtc / ex_webrtc

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

Handle VP8.Payload.parse errors #123

Closed mickel8 closed 4 days ago

mickel8 commented 5 days ago

fixes #118

codecov[bot] commented 5 days ago

Codecov Report

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

Project coverage is 87.37%. Comparing base (838af94) to head (e0a4a0f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #123 +/- ## ========================================== - Coverage 87.73% 87.37% -0.37% ========================================== Files 34 34 Lines 1802 1806 +4 ========================================== - Hits 1581 1578 -3 - Misses 221 228 +7 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/123?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/vp8/depayloader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/123?src=pr&el=tree&filepath=lib%2Fex_webrtc%2Frtp%2Fvp8%2Fdepayloader.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHAvdnA4L2RlcGF5bG9hZGVyLmV4) | `77.27% <80.00%> (-11.62%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/123/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/123?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/123?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 [838af94...e0a4a0f](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/123?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).