elixir-webrtc / ex_webrtc

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

Update deps. Get rid of most of the compiler warnings #26

Closed mickel8 closed 7 months ago

mickel8 commented 7 months ago

Waiting for:

mickel8 commented 7 months ago

Last 3 warnings are from elixir_uuid and finch. We wil get rid of finch warnings once there will be a new version as all deprecated calls has already been removed. In the case of elixir_uuid, it's hard to say but the library looks to be abandoned. We might consider moving to uniq or erlang-uuid

codecov[bot] commented 7 months ago

Codecov Report

Merging #26 (5bdf48a) into master (b0535cd) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ======================================= Coverage 79.69% 79.69% ======================================= Files 11 11 Lines 522 522 ======================================= Hits 416 416 Misses 106 106 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/26?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/26?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [b0535cd...5bdf48a](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/26?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).