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

Use pathlib to access file system #82

Closed timofurrer closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.02%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   92.19%   92.22%   +0.02%     
==========================================
  Files           7        7              
  Lines         282      283       +1     
  Branches       56       56              
==========================================
+ Hits          260      261       +1     
  Misses         14       14              
  Partials        8        8              
Flag Coverage Δ
#unittests 92.22% <77.77%> (+0.02%) :arrow_up:
Impacted Files Coverage Δ
src/w1thermsensor/core.py 88.28% <77.77%> (+0.09%) :arrow_up:

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 a283ce0...fc95247. Read the comment docs.