tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.
Other
81 stars 35 forks source link

Dont package tests #34

Closed iconnor closed 3 years ago

iconnor commented 3 years ago

I noticed the tests were being installed in 'site-packages' so we should not do this.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (58e7a9d) into master (5e30b04) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   95.83%   95.83%           
=======================================
  Files           6        6           
  Lines         841      841           
=======================================
  Hits          806      806           
  Misses         35       35           
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tests/test_modbus.py 94.85% <0.00%> (-2.29%) :arrow_down:
tests/test_mqtt.py 98.55% <0.00%> (+1.15%) :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 5e30b04...58e7a9d. Read the comment docs.