Skip to content

Add async_unregister_all_services to AsyncZeroconf#649

Merged
bdraco merged 5 commits into
python-zeroconf:masterfrom
bdraco:async_unregsiter_all
Jun 15, 2021
Merged

Add async_unregister_all_services to AsyncZeroconf#649
bdraco merged 5 commits into
python-zeroconf:masterfrom
bdraco:async_unregsiter_all

Conversation

@bdraco

@bdraco bdraco commented Jun 15, 2021

Copy link
Copy Markdown
Member
  • async_unregister_all_services mirrors the unregister_all_services function
    in Zeroconf

closes #640

Comment thread tests/test_aio.py Outdated
@codecov-commenter

codecov-commenter commented Jun 15, 2021

Copy link
Copy Markdown

Codecov Report

Merging #649 (1f6dba0) into master (79e39c0) will decrease coverage by 0.08%.
The diff coverage is 75.00%.

❗ Current head 1f6dba0 differs from pull request most recent head bb7dc8f. Consider uploading reports for the commit bb7dc8f to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #649      +/-   ##
==========================================
- Coverage   96.59%   96.50%   -0.09%     
==========================================
  Files          17       17              
  Lines        2054     2062       +8     
  Branches      354      357       +3     
==========================================
+ Hits         1984     1990       +6     
- Misses         40       41       +1     
- Partials       30       31       +1     
Impacted Files Coverage Δ
zeroconf/aio.py 98.00% <75.00%> (-1.30%) ⬇️

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 79e39c0...bb7dc8f. Read the comment docs.

@bdraco bdraco force-pushed the async_unregsiter_all branch from 1f6dba0 to bb7dc8f Compare June 15, 2021 19:10
@bdraco bdraco merged commit 72e709b into python-zeroconf:master Jun 15, 2021
@bdraco bdraco deleted the async_unregsiter_all branch June 15, 2021 19:18
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.

Implement async_unregister_all_services

2 participants