vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
499 stars 41 forks source link

Use newer lint tools #131

Closed dhiltgen closed 2 years ago

dhiltgen commented 2 years ago

This should resolve the hiccup in the CI linter.

codecov-commenter commented 2 years ago

Codecov Report

Merging #131 (49746f8) into main (ba85acc) will increase coverage by 6.15%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   58.97%   65.13%   +6.15%     
==========================================
  Files          40       40              
  Lines        2825     2825              
==========================================
+ Hits         1666     1840     +174     
+ Misses        946      761     -185     
- Partials      213      224      +11     
Flag Coverage Δ
integration-tests 61.95% <ø> (+6.18%) :arrow_up:
unit-tests 9.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/driver/kubernetes/driver.go 66.29% <0.00%> (+2.20%) :arrow_up:
pkg/driver/kubernetes/factory.go 70.19% <0.00%> (+2.64%) :arrow_up:
pkg/build/build.go 48.26% <0.00%> (+8.92%) :arrow_up:
pkg/driver/kubernetes/creation.go 64.36% <0.00%> (+9.77%) :arrow_up:
pkg/driver/kubernetes/manifest/manifest.go 96.53% <0.00%> (+38.46%) :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 ba85acc...49746f8. Read the comment docs.