Skip to content

Ensure zeroconf can be loaded when the system disables IPv6#624

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:load_with_ipv6_disabled
Jun 15, 2021
Merged

Ensure zeroconf can be loaded when the system disables IPv6#624
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:load_with_ipv6_disabled

Conversation

@bdraco

@bdraco bdraco commented Jun 15, 2021

Copy link
Copy Markdown
Member

Fixes #234

@bdraco bdraco force-pushed the load_with_ipv6_disabled branch from 42fda15 to c5d3f45 Compare June 15, 2021 02:16
@codecov-commenter

codecov-commenter commented Jun 15, 2021

Copy link
Copy Markdown

Codecov Report

Merging #624 (c5d3f45) into master (4d05961) will decrease coverage by 0.04%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #624      +/-   ##
==========================================
- Coverage   96.01%   95.97%   -0.05%     
==========================================
  Files          17       17              
  Lines        2035     2038       +3     
  Branches      356      356              
==========================================
+ Hits         1954     1956       +2     
- Misses         43       45       +2     
+ Partials       38       37       -1     
Impacted Files Coverage Δ
zeroconf/const.py 97.40% <50.00%> (-2.60%) ⬇️
zeroconf/_core.py 92.21% <0.00%> (+0.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d05961...c5d3f45. Read the comment docs.

@bdraco bdraco merged commit 42d53c7 into python-zeroconf:master Jun 15, 2021
@bdraco bdraco deleted the load_with_ipv6_disabled branch June 15, 2021 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

On systems without IPv6 this module crashes out

2 participants