timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Implement CLI tests. Closes #34 #36

Closed timofurrer closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #36 into master will increase coverage by 38.64%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
+ Coverage   57.61%   96.26%   +38.64%     
===========================================
  Files           5        5               
  Lines         210      214        +4     
===========================================
+ Hits          121      206       +85     
+ Misses         89        8       -81
Impacted Files Coverage Δ
w1thermsensor/cli.py 100% <100%> (+100%) :arrow_up:
w1thermsensor/core.py 96.36% <88.88%> (-0.73%) :arrow_down:

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 637b375...b129607. Read the comment docs.