go-zeromq / zmq4

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

Ci staticcheck #122

Closed sbinet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (a618f64) into master (b7c2c56) will increase coverage by 0.67%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   67.40%   68.08%   +0.67%     
==========================================
  Files          29       29              
  Lines        1813     1814       +1     
==========================================
+ Hits         1222     1235      +13     
+ Misses        490      480      -10     
+ Partials      101       99       -2     
Impacted Files Coverage Δ
cxx_zmq4_compat.go 47.05% <ø> (ø)
msg.go 68.29% <ø> (ø)
security.go 44.44% <ø> (ø)
security/null/null.go 47.36% <ø> (ø)
security/plain/plain.go 43.93% <ø> (ø)
socket_types.go 92.15% <ø> (ø)
protocol.go 77.57% <100.00%> (+0.21%) :arrow_up:
internal/inproc/inproc.go 70.88% <0.00%> (-1.27%) :arrow_down:
conn.go 56.32% <0.00%> (+1.14%) :arrow_up:
rep.go 76.69% <0.00%> (+7.51%) :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 b7c2c56...a618f64. Read the comment docs.