pion / dtls

DTLS 1.2 Server/Client implementation for Go
https://pion.ly/
MIT License
602 stars 160 forks source link

Fix TestErrorsTemporary #615

Closed enobufs closed 8 months ago

enobufs commented 8 months ago

Use a specific UDP port in TestErrorsTemporary to fix an error. See #614 for details.

Fixes #614

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 77.96%. Comparing base (38e39e4) to head (47a9103).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #615 +/- ## ========================================== + Coverage 77.82% 77.96% +0.13% ========================================== Files 101 101 Lines 6444 6444 ========================================== + Hits 5015 5024 +9 + Misses 1056 1048 -8 + Partials 373 372 -1 ``` | [Flag](https://app.codecov.io/gh/pion/dtls/pull/615/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/dtls/pull/615/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `77.98% <ø> (+0.13%)` | :arrow_up: | | [wasm](https://app.codecov.io/gh/pion/dtls/pull/615/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `63.27% <ø> (ø)` | | 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.