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 #103

Closed pyhys closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #103 (665beeb) into feature_2_1 (185afff) will increase coverage by 0.00%. The diff coverage is 95.83%.

:exclamation: Current head 665beeb differs from pull request most recent head 9fd9fa5. Consider uploading reports for the commit 9fd9fa5 to get more accurate results

: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     #103   +/-   ##
============================================
  Coverage        97.75%   97.75%           
============================================
  Files                4        4           
  Lines             2936     2938    +2     
  Branches           405      407    +2     
============================================
+ Hits              2870     2872    +2     
  Misses              31       31           
  Partials            35       35           
Impacted Files Coverage Δ
minimalmodbus.py 97.80% <92.85%> (ø)
tests/dummy_serial.py 90.09% <100.00%> (ø)
tests/test_minimalmodbus.py 98.17% <100.00%> (+<0.01%) :arrow_up: