python-zeroconf icon indicating copy to clipboard operation
python-zeroconf copied to clipboard

feat: introduce InterfaceChoice.AllWithLoopback

Open bdraco opened this issue 2 years ago • 1 comments

A better fix would be to check the flags in https://github.com/pydron/ifaddr/pull/59

InterfaceChoice.All now excludes loopback addresses by default since they do not work on most systems. To keep the original behavior pass InterfaceChoice.AllWithLoopback instead.

fixes #1357

bdraco avatar Feb 07 '24 22:02 bdraco

Codecov Report

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

Comparison is base (517d7d0) 99.75% compared to head (3306d6f) 99.75%. Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1358   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          30       30           
  Lines        3238     3240    +2     
  Branches      536      542    +6     
=======================================
+ Hits         3230     3232    +2     
  Misses          5        5           
  Partials        3        3           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 07 '24 22:02 codecov[bot]