pyhys / minimalmodbus

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

Add longlong (64 bit) integers #108

Closed pyhys closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #108 (1791a2e) into feature_2_1 (0ef18e2) will increase coverage by 0.30%. The diff coverage is 94.65%.

: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     #108      +/-   ##
===============================================
+ Coverage        97.77%   98.07%   +0.30%     
===============================================
  Files                4        4              
  Lines             2971     3072     +101     
  Branches           416      431      +15     
===============================================
+ Hits              2905     3013     +108     
- Misses              31       32       +1     
+ Partials            35       27       -8     
Impacted Files Coverage Δ
tests/dummy_serial.py 92.10% <75.00%> (-0.76%) :arrow_down:
tests/test_minimalmodbus.py 97.85% <92.30%> (-0.19%) :arrow_down:
minimalmodbus.py 99.19% <100.00%> (+1.37%) :arrow_up: