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

Improved error-messages on Sensor-handling #64

Closed jogi-k closed 4 years ago

timofurrer commented 4 years ago

Thanks :tada: Unfortunately, Ci is failing because of invalid formatted code. Can you run tox -e format to properly format the code?

codecov-io commented 4 years ago

Codecov Report

Merging #64 into master will decrease coverage by 0.77%. The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   96.69%   95.91%   -0.78%     
==========================================
  Files           6        6              
  Lines         242      245       +3     
==========================================
+ Hits          234      235       +1     
- Misses          8       10       +2
Impacted Files Coverage Δ
w1thermsensor/errors.py 100% <100%> (ø) :arrow_up:
w1thermsensor/core.py 95.45% <55.55%> (-1.47%) :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 2653c14...bad02ce. Read the comment docs.