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

Implement Async API #85

Closed timofurrer closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #85 into master will increase coverage by 7.58%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #85      +/-   ##
===========================================
+ Coverage   92.41%   100.00%   +7.58%     
===========================================
  Files           8         8              
  Lines         290       305      +15     
  Branches       56        49       -7     
===========================================
+ Hits          268       305      +37     
+ Misses         14         0      -14     
+ Partials        8         0       -8     
Impacted Files Coverage Δ
src/w1thermsensor/cli.py 100.00% <ø> (+4.39%) :arrow_up:
src/w1thermsensor/__init__.py 100.00% <100.00%> (+13.33%) :arrow_up:
src/w1thermsensor/async_core.py 100.00% <100.00%> (ø)
src/w1thermsensor/core.py 100.00% <100.00%> (+8.47%) :arrow_up:
src/w1thermsensor/errors.py 100.00% <100.00%> (ø)
src/w1thermsensor/kernel.py 100.00% <100.00%> (+23.07%) :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 841a3a5...9e36b7f. Read the comment docs.