u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
80 stars 41 forks source link

(fix) Always call .shutdown() on socket #25

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

Fixes #20

codecov-io commented 3 years ago

Codecov Report

Merging #25 (6b048d2) into master (23f6716) will increase coverage by 0.79%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   76.04%   76.83%   +0.79%     
==========================================
  Files          49       49              
  Lines        3965     3971       +6     
==========================================
+ Hits         3015     3051      +36     
+ Misses        950      920      -30     
Impacted Files Coverage Δ
dlms_cosem/clients/blocking_tcp_transport.py 64.28% <66.66%> (+64.28%) :arrow_up:

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 23f6716...6b048d2. Read the comment docs.