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

added option to display resolution in ls command #86

Closed bschick closed 4 years ago

bschick commented 4 years ago

Sorry, didn't add a new test case but existing cli tests pass.

timofurrer commented 4 years ago

Please also rebase to the current master - I've added a fix to trigger Ci on Pull Requests :)

codecov-commenter commented 4 years ago

Codecov Report

Merging #86 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   99.35%   99.36%   +0.01%     
==========================================
  Files           8        8              
  Lines         308      313       +5     
  Branches       49       52       +3     
==========================================
+ Hits          306      311       +5     
  Misses          2        2              
Impacted Files Coverage Δ
src/w1thermsensor/cli.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 e39b0bb...392c263. Read the comment docs.

bschick commented 4 years ago

check failure looks like a timeout in codecov