SimonTheLeg / konf-go

konf is a lightweight kubeconfig manager. With konf you can use different kubeconfigs at the same time. And because it does not need subshells, konf is blazing fast!
Apache License 2.0
168 stars 12 forks source link

doc: add badges and resolve linting issues #18

Closed SimonTheLeg closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #18 (6da41a4) into main (6525620) will increase coverage by 0.15%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   78.05%   78.21%   +0.15%     
==========================================
  Files           9        9              
  Lines         515      514       -1     
==========================================
  Hits          402      402              
  Misses         82       82              
+ Partials       31       30       -1     
Impacted Files Coverage Δ
cmd/import.go 88.40% <ø> (ø)
cmd/root.go 23.52% <0.00%> (ø)
cmd/set.go 71.63% <0.00%> (+0.50%) :arrow_up:
utils/dir.go 50.00% <ø> (ø)
utils/id.go 100.00% <ø> (ø)
cmd/namespace.go 77.41% <100.00%> (ø)

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 6525620...6da41a4. Read the comment docs.