docker / app

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

Remove the strict flag #615

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

Signed-off-by: Djordje Lukic djordje.lukic@docker.com

- What I did

Removed the strict flag

- How to verify it

Run docker app install --help, there shouldn't be any --strict flags

- A picture of a cute animal (not mandatory but encouraged) image

codecov[bot] commented 4 years ago

Codecov Report

Merging #615 into master will decrease coverage by 0.52%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
- Coverage   72.73%   72.21%   -0.53%     
==========================================
  Files          50       50              
  Lines        2648     2573      -75     
==========================================
- Hits         1926     1858      -68     
+ Misses        486      484       -2     
+ Partials      236      231       -5
Impacted Files Coverage Δ
internal/commands/cnab.go 72.14% <ø> (-0.13%) :arrow_down:
internal/commands/root.go 72.22% <ø> (-0.31%) :arrow_down:
internal/commands/parameters.go 86.84% <ø> (-0.97%) :arrow_down:
internal/commands/upgrade.go 59.64% <ø> (-0.7%) :arrow_down:
internal/commands/install.go 66.66% <ø> (-0.46%) :arrow_down:
internal/packager/init.go 60.97% <0%> (-8.18%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :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 c9eb813...cef9f76. Read the comment docs.