go-zeromq / zmq4

[WIP] Pure-Go implementation of ZeroMQ-4
BSD 3-Clause "New" or "Revised" License
341 stars 56 forks source link

zmq4: add UnknownTransportError #125

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

Signed-off-by: Sebastien Binet binet@cern.ch

codecov[bot] commented 2 years ago

Codecov Report

Merging #125 (217f26c) into main (7b8877a) will increase coverage by 0.18%. The diff coverage is 28.57%.

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   67.52%   67.71%   +0.18%     
==========================================
  Files          29       29              
  Lines        1826     1821       -5     
==========================================
  Hits         1233     1233              
+ Misses        492      487       -5     
  Partials      101      101              
Impacted Files Coverage Δ
transport.go 88.46% <0.00%> (-3.54%) :arrow_down:
socket.go 83.72% <33.33%> (-0.55%) :arrow_down:
conn.go 56.32% <0.00%> (+1.14%) :arrow_up:
internal/inproc/inproc.go 72.15% <0.00%> (+1.26%) :arrow_up:
rep.go 70.67% <0.00%> (+1.50%) :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 7b8877a...217f26c. Read the comment docs.