docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

--installer-context option is experimental #733

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Made installer-context option experimental

- How I did it Annotate as experimental:true

- How to verify it if experimental is disabled, option is not available

- Description for the changelog installer-context option is experimental

- A picture of a cute animal (not mandatory)

image

codecov[bot] commented 4 years ago

Codecov Report

Merging #733 into master will decrease coverage by 0.66%. The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #733      +/-   ##
==========================================
- Coverage   69.72%   69.05%   -0.67%     
==========================================
  Files          64       63       -1     
  Lines        3495     3400      -95     
==========================================
- Hits         2437     2348      -89     
- Misses        738      741       +3     
+ Partials      320      311       -9
Impacted Files Coverage Δ
internal/commands/validate.go 75% <100%> (ø) :arrow_up:
internal/cliopts/installerContext.go 27.58% <100%> (+2.58%) :arrow_up:
internal/commands/root.go 63.95% <16.66%> (-10.75%) :arrow_down:
internal/commands/image/list.go 83.67% <0%> (-4%) :arrow_down:
internal/packager/custom.go
internal/packager/cnab.go 97.94% <0%> (+0.27%) :arrow_up:
types/parameters/parameters.go 93.65% <0%> (+1.58%) :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 aeb12c0...9c97d5b. Read the comment docs.