elixir-webrtc / ex_webrtc

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

Restructure `Media` module #53

Closed LVala closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Merging #53 (3e6c04e) into master (798c7e4) will increase coverage by 0.01%. The diff coverage is 70.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## ========================================== + Coverage 88.61% 88.63% +0.01% ========================================== Files 24 24 Lines 949 950 +1 ========================================== + Hits 841 842 +1 Misses 108 108 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?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/media/ivf/writer.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9pdmYvd3JpdGVyLmV4) | `85.00% <ø> (ø)` | | | [lib/ex\_webrtc/media/ogg/writer.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9vZ2cvd3JpdGVyLmV4) | `96.66% <ø> (ø)` | | | [lib/ex\_webrtc/media/ogg/reader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9vZ2cvcmVhZGVyLmV4) | `83.33% <0.00%> (ø)` | | | [lib/ex\_webrtc/media/ivf/reader.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9tZWRpYS9pdmYvcmVhZGVyLmV4) | `77.77% <77.77%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53/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/53?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/53?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [798c7e4...3e6c04e](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/53?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).