containerd / go-cni

A generic CNI library to provide APIs for CNI plugin interactions
Apache License 2.0
146 stars 56 forks source link

Implement CNI CHECK command #80

Closed MikeZappa87 closed 2 years ago

MikeZappa87 commented 2 years ago

First stab at implementing #77 After I can tackle the containerd side! @mikebrow sorry this took so long.

Signed-off-by: Michael Zappa michael.zappa@stateless.net

codecov-commenter commented 2 years ago

Codecov Report

Merging #80 (85eb914) into main (aa8bf14) will increase coverage by 2.01%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   42.23%   44.24%   +2.01%     
==========================================
  Files           9        9              
  Lines         367      391      +24     
==========================================
+ Hits          155      173      +18     
- Misses        181      184       +3     
- Partials       31       34       +3     
Impacted Files Coverage Δ
cni.go 71.30% <25.00%> (+0.33%) :arrow_up:
namespace.go 75.00% <100.00%> (+1.92%) :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 aa8bf14...85eb914. Read the comment docs.