pion / srtp

A Go implementation of SRTP
MIT License
119 stars 49 forks source link

Update CI configs to v0.10.7 #236

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 and project coverage have no change.

Comparison is base (a70c6f7) 76.50% compared to head (a6b5607) 76.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #236 +/- ## ======================================= Coverage 76.50% 76.50% ======================================= Files 17 17 Lines 1243 1243 ======================================= Hits 951 951 Misses 200 200 Partials 92 92 ``` | Flag | Coverage Δ | | |---|---|---| | go | `76.50% <ø> (ø)` | | | wasm | `76.02% <ø> (ø)` | | 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://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [context.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-Y29udGV4dC5nbw==) | `88.61% <ø> (ø)` | | | [crypto.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-Y3J5cHRvLmdv) | `91.30% <ø> (ø)` | | | [errors.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-ZXJyb3JzLmdv) | `100.00% <ø> (ø)` | | | [key\_derivation.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-a2V5X2Rlcml2YXRpb24uZ28=) | `92.68% <ø> (ø)` | | | [keying.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-a2V5aW5nLmdv) | `75.67% <ø> (ø)` | | | [option.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-b3B0aW9uLmdv) | `100.00% <ø> (ø)` | | | [protection\_profile.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cHJvdGVjdGlvbl9wcm9maWxlLmdv) | `79.16% <ø> (ø)` | | | [session.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-c2Vzc2lvbi5nbw==) | `70.42% <ø> (ø)` | | | [session\_srtcp.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-c2Vzc2lvbl9zcnRjcC5nbw==) | `77.41% <ø> (ø)` | | | [session\_srtp.go](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-c2Vzc2lvbl9zcnRwLmdv) | `74.79% <ø> (ø)` | | | ... and [7 more](https://app.codecov.io/gh/pion/srtp/pull/236?src=pr&el=tree-more&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.