pyhys / minimalmodbus

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

Change internal representation to bytes #107

Closed pyhys closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #107 (8ecea92) into feature_2_1 (ea95ace) will not change coverage. The diff coverage is 100.00%.

: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     #107   +/-   ##
============================================
  Coverage        97.77%   97.77%           
============================================
  Files                4        4           
  Lines             2971     2971           
  Branches           412      416    +4     
============================================
  Hits              2905     2905           
  Misses              31       31           
  Partials            35       35           
Impacted Files Coverage Δ
tests/test_minimalmodbus.py 98.04% <ø> (+<0.01%) :arrow_up:
minimalmodbus.py 97.82% <100.00%> (-0.02%) :arrow_down: