pazzarpj / aiomodbus

Asyncio Library for Modbus
MIT License
5 stars 1 forks source link

#23 #24

Closed pazzarpj closed 4 years ago

pazzarpj commented 4 years ago

Fixed issue where a request could fail before the protocol was connected. Now waits for 2 seconds for connection before raising a more appropriate timeout error

codecov[bot] commented 4 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.38%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   83.76%   83.38%   -0.39%     
==========================================
  Files           7        7              
  Lines         351      355       +4     
==========================================
+ Hits          294      296       +2     
- Misses         57       59       +2     
Flag Coverage Δ
#unittests 83.38% <75.00%> (-0.39%) :arrow_down:
Impacted Files Coverage Δ
aiomodbus/serial.py 87.80% <71.42%> (-1.28%) :arrow_down:
aiomodbus/__init__.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 5adba77...9da327d. Read the comment docs.