pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
597 stars 90 forks source link

Update CI configs to v0.10.6 #146

Closed pionbot closed 1 year ago

pionbot commented 1 year ago

Update lint scripts and CI configs.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 91.30% and no project coverage change.

Comparison is base (181ba51) 98.16% compared to head (ee715d9) 98.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ======================================= Coverage 98.16% 98.16% ======================================= Files 19 19 Lines 1577 1577 ======================================= Hits 1548 1548 Misses 23 23 Partials 6 6 ``` | Flag | Coverage Δ | | |---|---|---| | go | `98.16% <91.30%> (ø)` | | | wasm | `61.56% <69.56%> (ø)` | | 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/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [errorcode.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZXJyb3Jjb2RlLmdv) | `100.00% <ø> (ø)` | | | [errors.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZXJyb3JzLmdv) | `100.00% <ø> (ø)` | | | [fingerprint.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZmluZ2VycHJpbnQuZ28=) | `100.00% <ø> (ø)` | | | [internal/hmac/hmac.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-aW50ZXJuYWwvaG1hYy9obWFjLmdv) | `83.75% <75.00%> (ø)` | | | [client.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-Y2xpZW50Lmdv) | `100.00% <100.00%> (ø)` | | | [helpers.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-aGVscGVycy5nbw==) | `100.00% <100.00%> (ø)` | | | [integrity.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-aW50ZWdyaXR5Lmdv) | `100.00% <100.00%> (ø)` | | | [internal/hmac/pool.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-aW50ZXJuYWwvaG1hYy9wb29sLmdv) | `100.00% <100.00%> (ø)` | | | [message.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-bWVzc2FnZS5nbw==) | `100.00% <100.00%> (ø)` | | | [stun.go](https://codecov.io/gh/pion/stun/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-c3R1bi5nbw==) | `100.00% <100.00%> (ø)` | | | ... and [1 more](https://codecov.io/gh/pion/stun/pull/146?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.