jamesleesaunders / PyAlertMe

Python Hive Hub
MIT License
15 stars 3 forks source link

Device objects #41

Closed jamesleesaunders closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.34%. The diff coverage is 85.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   84.69%   85.03%   +0.34%     
==========================================
  Files          14       14              
  Lines        1176     1096      -80     
==========================================
- Hits          996      932      -64     
+ Misses        180      164      -16
Impacted Files Coverage Δ
tests/mock_serial.py 65.95% <ø> (ø) :arrow_up:
pyalertme/zbsensor.py 100% <100%> (ø)
tests/test_zbsensor.py 94.11% <100%> (ø)
pyalertme/__init__.py 100% <100%> (ø) :arrow_up:
tests/test_zbsmartplug.py 98.11% <100%> (ø)
pyalertme/zbsmartplug.py 53.33% <53.33%> (ø)
pyalertme/zbhub.py 62.35% <62.35%> (ø)
pyalertme/zbnode.py 78.55% <78.55%> (ø)
pyalertme/zbdevice.py 93.75% <93.75%> (ø)
tests/test_zbdevice.py 95.45% <95.45%> (ø)
... and 14 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 03f7c11...a370562. Read the comment docs.