Skip to content

Mark zeroconf.services as protected by renaming to zeroconf._services#583

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:protect_services
Jun 13, 2021
Merged

Mark zeroconf.services as protected by renaming to zeroconf._services#583
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:protect_services

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented Jun 13, 2021

  • The public API should only access zeroconf and zeroconf.aio
    as internals may be relocated between releases

closes #565

- The public API should only access zeroconf and zeroconf.aio
  as internals may be relocated between releases
@bdraco bdraco force-pushed the protect_services branch from 6e6340d to 207eaed Compare June 13, 2021 19:43
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 13, 2021

Codecov Report

Merging #583 (207eaed) into master (cc5bc36) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #583   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files          18       18           
  Lines        1954     1954           
  Branches      349      349           
=======================================
  Hits         1852     1852           
  Misses         57       57           
  Partials       45       45           
Impacted Files Coverage Δ
zeroconf/_services/__init__.py 92.96% <ø> (ø)
zeroconf/__init__.py 90.00% <100.00%> (ø)
zeroconf/_core.py 88.33% <100.00%> (ø)
zeroconf/_handlers.py 96.63% <100.00%> (ø)
zeroconf/_services/registry.py 98.00% <100.00%> (ø)
zeroconf/_services/types.py 100.00% <100.00%> (ø)
zeroconf/aio.py 99.40% <100.00%> (ø)

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 cc5bc36...207eaed. Read the comment docs.

@bdraco bdraco merged commit 4a88066 into python-zeroconf:master Jun 13, 2021
@bdraco bdraco deleted the protect_services branch June 13, 2021 19:49
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.

Mark all functions / classes not in zeroconf or zeroconf.aio as protected

2 participants