Closed tjhowse closed 4 years ago
Merging #15 into master will increase coverage by
0.18%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
+ Coverage 95.48% 95.67% +0.18%
==========================================
Files 5 5
Lines 620 647 +27
==========================================
+ Hits 592 619 +27
Misses 28 28
Impacted Files | Coverage Δ | |
---|---|---|
modbus4mqtt/modbus4mqtt.py | 91.72% <ø> (ø) |
|
setup.py | 0.00% <ø> (ø) |
|
modbus4mqtt/modbus_interface.py | 95.40% <100.00%> (+0.34%) |
:arrow_up: |
tests/test_modbus.py | 97.90% <100.00%> (+3.63%) |
:arrow_up: |
tests/test_mqtt.py | 97.85% <0.00%> (-1.43%) |
:arrow_down: |
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 1bc9e10...d2fc071. Read the comment docs.
Add a configurable setting to allow for different batched modbus reads. This could help resolve #13 .