pion / ice

A Go implementation of ICE
https://pion.ly/
MIT License
454 stars 160 forks source link

Switch udp_mux_test to use sha256 instead of sha1 #733

Closed dkess closed 1 month ago

dkess commented 1 month ago

Minor change to this test to stop using sha1 and remove the linter exceptions.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.25%. Comparing base (2d9be9b) to head (db56226). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #733 +/- ## ========================================== + Coverage 79.12% 79.25% +0.13% ========================================== Files 41 41 Lines 3799 3799 ========================================== + Hits 3006 3011 +5 + Misses 560 557 -3 + Partials 233 231 -2 ``` | [Flag](https://app.codecov.io/gh/pion/ice/pull/733/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/ice/pull/733/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `79.25% <ø> (+0.13%)` | :arrow_up: | | [wasm](https://app.codecov.io/gh/pion/ice/pull/733/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `22.36% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.