codingjoe / ssdp

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

Refatoring for v2 #93

Open codingjoe opened 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 36.08% and project coverage change: -47.66 :warning:

Comparison is base (c7dee30) 84.70% compared to head (078c7f4) 37.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## =========================================== - Coverage 84.70% 37.05% -47.66% =========================================== Files 1 7 +6 Lines 85 197 +112 =========================================== + Hits 72 73 +1 - Misses 13 124 +111 ``` | [Impacted Files](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | Coverage Δ | | |---|---|---| | [ssdp/\_\_main\_\_.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9fX21haW5fXy5weQ==) | `0.00% <0.00%> (ø)` | | | [ssdp/lexers.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9sZXhlcnMucHk=) | `0.00% <0.00%> (ø)` | | | [ssdp/network.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9uZXR3b3JrLnB5) | `0.00% <0.00%> (ø)` | | | [ssdp/server.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9zZXJ2ZXIucHk=) | `0.00% <0.00%> (ø)` | | | [ssdp/asyncio.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9hc3luY2lvLnB5) | `59.09% <59.09%> (ø)` | | | [ssdp/messages.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#diff-c3NkcC9tZXNzYWdlcy5weQ==) | `94.91% <94.91%> (ø)` | | | [ssdp/\_\_init\_\_.py](https://app.codecov.io/gh/codingjoe/ssdp/pull/93?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: |

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