projectriff-archive / cnab-k8s-installer-base

A CNAB bundle that allows creation of other declarative CNAB bundles
Apache License 2.0
0 stars 6 forks source link

adding goimports as a make target #57

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

Using goimports to format the source and organize imports.

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into update-codegen-modules will not change coverage. The diff coverage is 90%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##           update-codegen-modules      #57   +/-   ##
=======================================================
  Coverage                   85.71%   85.71%           
=======================================================
  Files                          13       13           
  Lines                         567      567           
=======================================================
  Hits                          486      486           
  Misses                         54       54           
  Partials                       27       27
Impacted Files Coverage Δ
pkg/kab/resource_manager.go 100% <ø> (ø) :arrow_up:
pkg/apis/kab/v1alpha1/types.go 86.04% <ø> (ø) :arrow_up:
pkg/kab/relocate.go 84.44% <ø> (ø) :arrow_up:
pkg/kab/readyness_checker.go 89.47% <ø> (ø) :arrow_up:
pkg/kustomize/kustomize.go 85.96% <ø> (ø) :arrow_up:
pkg/kab/k8sClient.go 100% <ø> (ø) :arrow_up:
pkg/apis/kab/v1alpha1/register.go 0% <0%> (ø) :arrow_up:
pkg/kab/uninstall.go 92.1% <100%> (ø) :arrow_up:
pkg/kab/crd.go 100% <100%> (ø) :arrow_up:
pkg/scan/list_kind.go 86.2% <100%> (ø) :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 b54aceb...0a80621. Read the comment docs.