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

respect pinned content while applying labels #70

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

while applying labels check to see if the resource has inlined content and if so, apply the label on the inlined content.

closes #68

codecov[bot] commented 5 years ago

Codecov Report

Merging #70 into master will decrease coverage by 0.83%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   87.33%   86.49%   -0.84%     
==========================================
  Files          13       13              
  Lines         529      511      -18     
==========================================
- Hits          462      442      -20     
- Misses         47       48       +1     
- Partials       20       21       +1
Impacted Files Coverage Δ
pkg/kab/relocate.go 100% <ø> (ø) :arrow_up:
pkg/apis/kab/v1alpha1/types.go 89.47% <100%> (+1.47%) :arrow_up:
pkg/kab/resource_manager.go 100% <100%> (ø) :arrow_up:
pkg/kab/patch_manifest.go 79.16% <100%> (-1.23%) :arrow_down:
pkg/kustomize/kustomize.go 81.48% <100%> (-4.49%) :arrow_down:

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 3672846...ffe18a4. Read the comment docs.