lbryio / aioupnp

UPnP for asyncio
MIT License
29 stars 7 forks source link

mypy refactor, improve coverage #12

Closed jackrobison closed 5 years ago

jackrobison commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 6.12%. The diff coverage is 90.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   82.55%   88.67%   +6.12%     
==========================================
  Files          26       18       -8     
  Lines        1811     1316     -495     
==========================================
- Hits         1495     1167     -328     
+ Misses        316      149     -167
Impacted Files Coverage Δ
aioupnp/fault.py 100% <ø> (ø) :arrow_up:
aioupnp/serialization/scpd.py 100% <100%> (+4.34%) :arrow_up:
aioupnp/__init__.py 100% <100%> (ø) :arrow_up:
aioupnp/serialization/xml.py 100% <100%> (ø)
aioupnp/serialization/soap.py 100% <100%> (+10%) :arrow_up:
aioupnp/protocols/m_search_patterns.py 100% <100%> (ø) :arrow_up:
aioupnp/__main__.py 71.64% <71.87%> (+0.21%) :arrow_up:
aioupnp/interfaces.py 83.78% <83.78%> (ø)
aioupnp/gateway.py 76.35% <84.21%> (+1.21%) :arrow_up:
aioupnp/protocols/ssdp.py 85.5% <86.2%> (-2.4%) :arrow_down:
... and 13 more

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 a404269...d87a170. Read the comment docs.