lbryio / aioupnp

UPnP for asyncio
MIT License
29 stars 7 forks source link

Fix unhandled errors #15

Closed jackrobison closed 5 years ago

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

Codecov Report

Merging #15 into master will increase coverage by 0.08%. The diff coverage is 96.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   92.76%   92.84%   +0.08%     
==========================================
  Files          18       18              
  Lines        1340     1369      +29     
==========================================
+ Hits         1243     1271      +28     
- Misses         97       98       +1
Impacted Files Coverage Δ
aioupnp/gateway.py 85.71% <100%> (+0.14%) :arrow_up:
aioupnp/serialization/soap.py 100% <100%> (ø) :arrow_up:
aioupnp/protocols/scpd.py 98.24% <100%> (+0.01%) :arrow_up:
aioupnp/commands.py 92.5% <93.1%> (+0.47%) :arrow_up:

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 22586e3...21a379e. Read the comment docs.