pyhys / minimalmodbus

Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.
Apache License 2.0
306 stars 146 forks source link

Improve documentation #109

Closed pyhys closed 1 year ago

pyhys commented 1 year ago

Remove the _print_out() compatibility function.

codecov-commenter commented 1 year ago

Codecov Report

Merging #109 (2936e13) into feature_2_1 (fed169a) will decrease coverage by 0.01%. The diff coverage is 85.71%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@               Coverage Diff               @@
##           feature_2_1     #109      +/-   ##
===============================================
- Coverage        98.07%   98.07%   -0.01%     
===============================================
  Files                4        4              
  Lines             3072     3062      -10     
  Branches           431      430       -1     
===============================================
- Hits              3013     3003      -10     
  Misses              32       32              
  Partials            27       27              
Impacted Files Coverage Δ
tests/dummy_serial.py 92.10% <ø> (ø)
tests/test_minimalmodbus.py 97.84% <83.33%> (-0.01%) :arrow_down:
minimalmodbus.py 99.19% <100.00%> (-0.01%) :arrow_down: