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 pytest instead of nose and sure #33

Closed timofurrer closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 57.14%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   57.61%   57.61%           
=======================================
  Files           5        5           
  Lines         210      210           
=======================================
  Hits          121      121           
  Misses         89       89
Impacted Files Coverage Δ
w1thermsensor/cli.py 0% <0%> (ø) :arrow_up:
w1thermsensor/__init__.py 100% <100%> (ø) :arrow_up:
w1thermsensor/core.py 97.08% <100%> (ø) :arrow_up:
w1thermsensor/errors.py 100% <100%> (ø) :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 3e06ce6...907a702. Read the comment docs.