pion / dtls

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

Replace pion/udp with pion/transport/udp #537

Closed stv0g closed 1 year ago

stv0g commented 1 year ago

The pion/udp package has been recently merged into pion/transport

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8641ba7). Click here to learn what that means. Patch coverage: 83.33% of modified lines in pull request are covered.

:exclamation: Current head 25ccb4c differs from pull request most recent head 03d2ef9. Consider uploading reports for the commit 03d2ef9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #537 +/- ## ========================================= Coverage ? 76.64% ========================================= Files ? 96 Lines ? 5760 Branches ? 0 ========================================= Hits ? 4415 Misses ? 1004 Partials ? 341 ``` | Flag | Coverage Δ | | |---|---|---| | go | `76.67% <83.33%> (?)` | | | wasm | `66.39% <93.75%> (?)` | | 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. | [Impacted Files](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [listener.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-bGlzdGVuZXIuZ28=) | `39.02% <ø> (ø)` | | | [pkg/crypto/ciphersuite/ccm.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NyeXB0by9jaXBoZXJzdWl0ZS9jY20uZ28=) | `59.01% <0.00%> (ø)` | | | [pkg/crypto/ciphersuite/gcm.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NyeXB0by9jaXBoZXJzdWl0ZS9nY20uZ28=) | `60.31% <0.00%> (ø)` | | | [pkg/crypto/clientcertificate/client\_certificate.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NyeXB0by9jbGllbnRjZXJ0aWZpY2F0ZS9jbGllbnRfY2VydGlmaWNhdGUuZ28=) | `100.00% <ø> (ø)` | | | [pkg/crypto/prf/prf.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NyeXB0by9wcmYvcHJmLmdv) | `70.00% <ø> (ø)` | | | [...protocol/handshake/message\_hello\_verify\_request.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL3Byb3RvY29sL2hhbmRzaGFrZS9tZXNzYWdlX2hlbGxvX3ZlcmlmeV9yZXF1ZXN0Lmdv) | `66.66% <ø> (ø)` | | | [flight5bhandler.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmxpZ2h0NWJoYW5kbGVyLmdv) | `72.72% <50.00%> (ø)` | | | [flight0handler.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmxpZ2h0MGhhbmRsZXIuZ28=) | `78.78% <100.00%> (ø)` | | | [flight1handler.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmxpZ2h0MWhhbmRsZXIuZ28=) | `87.85% <100.00%> (ø)` | | | [flight2handler.go](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmxpZ2h0MmhhbmRsZXIuZ28=) | `79.54% <100.00%> (ø)` | | | ... and [7 more](https://codecov.io/gh/pion/dtls/pull/537?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.