codingjoe / ssdp

Python asyncio library for Simple Service Discovery Protocol (SSDP).
https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol
MIT License
42 stars 12 forks source link

Add SSDP CLI with discovery command #94

Closed codingjoe closed 1 year ago

codingjoe commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 93.93% and project coverage change: +9.34 :tada:

Comparison is base (c7dee30) 84.70% compared to head (4b48a10) 94.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ========================================== + Coverage 84.70% 94.04% +9.34% ========================================== Files 1 7 +6 Lines 85 168 +83 ========================================== + Hits 72 158 +86 + Misses 13 10 -3 ``` | [Impacted Files](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | Coverage Δ | | |---|---|---| | [ssdp/aio.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9haW8ucHk=) | `66.66% <66.66%> (ø)` | | | [ssdp/\_\_main\_\_.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9fX21haW5fXy5weQ==) | `95.65% <95.65%> (ø)` | | | [ssdp/\_\_init\_\_.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (+15.29%)` | :arrow_up: | | [ssdp/deprecation.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9kZXByZWNhdGlvbi5weQ==) | `100.00% <100.00%> (ø)` | | | [ssdp/lexers.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9sZXhlcnMucHk=) | `100.00% <100.00%> (ø)` | | | [ssdp/messages.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9tZXNzYWdlcy5weQ==) | `100.00% <100.00%> (ø)` | | | [ssdp/network.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9uZXR3b3JrLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.