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

Add type annotations to public interfaces #87

Closed timofurrer closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #87 into master will decrease coverage by 0.66%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #87      +/-   ##
===========================================
- Coverage   100.00%   99.33%   -0.67%     
===========================================
  Files            8        8              
  Lines          305      303       -2     
  Branches        49       49              
===========================================
- Hits           305      301       -4     
- Misses           0        2       +2     
Impacted Files Coverage Δ
src/w1thermsensor/async_core.py 100.00% <100.00%> (ø)
src/w1thermsensor/core.py 98.38% <100.00%> (-1.62%) :arrow_down:
src/w1thermsensor/kernel.py 100.00% <100.00%> (ø)
src/w1thermsensor/sensors.py 100.00% <100.00%> (ø)
src/w1thermsensor/units.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 d976767...264d571. Read the comment docs.