ice
ice copied to clipboard
Avoid priv. ports
Description
Avoid the priveleged port range when selecting a port to listen/bind to.
Reference issue
Fixes #651
Codecov Report
Attention: 1 lines in your changes are missing coverage. Please review.
Comparison is base (
ab18a94) 78.60% compared to head (ab78216) 78.76%.
| Files | Patch % | Lines |
|---|---|---|
| net.go | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #652 +/- ##
==========================================
+ Coverage 78.60% 78.76% +0.15%
==========================================
Files 42 42
Lines 4394 4394
==========================================
+ Hits 3454 3461 +7
+ Misses 725 719 -6
+ Partials 215 214 -1
| Flag | Coverage Δ | |
|---|---|---|
| go | 78.76% <0.00%> (+0.15%) |
:arrow_up: |
| wasm | 22.36% <0.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cherry-picked as 970978e8c79a2d68234ff1e85b655dbde0b090c9 thank you @dirkx
Just had to fix a typo in the comment to pass CI