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

Test exception for not supported sensor names #93

Closed timofurrer closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.63%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #93      +/-   ##
===========================================
+ Coverage   99.36%   100.00%   +0.63%     
===========================================
  Files           8         8              
  Lines         313       316       +3     
  Branches       52        53       +1     
===========================================
+ Hits          311       316       +5     
+ Misses          2         0       -2     
Impacted Files Coverage Δ
src/w1thermsensor/core.py 100.00% <100.00%> (+1.55%) :arrow_up:
src/w1thermsensor/errors.py 100.00% <100.00%> (ø)

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 4e806ac...84487ab. Read the comment docs.