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

restore normal Getenv behavior #55

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

when a parameters is defined without value, duffle sets the value of env var to string "", so restore the normal Getenv behavior by returning ""

codecov[bot] commented 5 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   85.71%   85.97%   +0.26%     
==========================================
  Files          13       13              
  Lines         567      549      -18     
==========================================
- Hits          486      472      -14     
+ Misses         54       52       -2     
+ Partials       27       25       -2
Impacted Files Coverage Δ
pkg/apis/kab/v1alpha1/types.go 92% <0%> (+5.95%) :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 1f61e42...dba87b1. Read the comment docs.