go-zeromq / zmq4

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

rename master into main #123

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (16d169c) into main (59e906c) will decrease coverage by 0.99%. The diff coverage is 60.94%.

@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   68.35%   67.36%   -1.00%     
==========================================
  Files          27       29       +2     
  Lines        2247     1814     -433     
==========================================
- Hits         1536     1222     -314     
+ Misses        610      491     -119     
  Partials      101      101              
Impacted Files Coverage Δ
cxx_zmq4_compat.go 47.05% <ø> (-7.41%) :arrow_down:
internal/inproc/conn.go 30.00% <ø> (-4.62%) :arrow_down:
internal/inproc/transport.go 0.00% <0.00%> (ø)
msg.go 68.29% <ø> (+4.49%) :arrow_up:
proxy.go 90.66% <0.00%> (-0.90%) :arrow_down:
pull.go 69.23% <0.00%> (+2.56%) :arrow_up:
push.go 69.23% <0.00%> (+2.56%) :arrow_up:
req.go 58.53% <0.00%> (-1.28%) :arrow_down:
security.go 44.44% <0.00%> (-10.11%) :arrow_down:
security/null/null.go 47.36% <0.00%> (-10.97%) :arrow_down:
... and 40 more

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 ae3a4ce...16d169c. Read the comment docs.