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

fix code-gen #56

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

vendoring the dependencies to ensure that hack/update-codegen.sh is able to generate client code.

closes #44

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will decrease coverage by 0.26%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   85.97%   85.71%   -0.27%     
==========================================
  Files          13       13              
  Lines         549      567      +18     
==========================================
+ Hits          472      486      +14     
- Misses         52       54       +2     
- Partials       25       27       +2
Impacted Files Coverage Δ
pkg/kab/resource_manager.go 100% <ø> (ø) :arrow_up:
pkg/kab/k8sClient.go 100% <ø> (ø) :arrow_up:
pkg/kab/patch_manifest.go 80.39% <ø> (ø) :arrow_up:
pkg/kab/relocate.go 84.44% <ø> (ø) :arrow_up:
pkg/kustomize/kustomize.go 85.96% <ø> (ø) :arrow_up:
pkg/apis/kab/v1alpha1/types.go 86.04% <ø> (-5.96%) :arrow_down:
pkg/kab/readyness_checker.go 89.47% <ø> (ø) :arrow_up:
pkg/kab/install.go 75% <ø> (ø) :arrow_up:
pkg/apis/kab/v1alpha1/register.go 0% <0%> (ø) :arrow_up:
pkg/kab/uninstall.go 92.1% <100%> (ø) :arrow_up:
... and 3 more

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 010f4d4...24422f9. Read the comment docs.