docker / app

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

Add missing 'TraverseChildren: true' in the cobra.Command #449

Closed tullo closed 5 years ago

tullo commented 5 years ago

Closes #448

- What I did Added missing 'TraverseChildren: true' in the cobra.Command

- How I did it See above

- How to verify it ./bin/docker-app --log-level=debug completion

- Description for the changelog Add missing 'TraverseChildren: true' in the cobra.Command

codecov[bot] commented 5 years ago

Codecov Report

Merging #449 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
+ Coverage   62.64%   62.65%   +0.01%     
==========================================
  Files          49       49              
  Lines        2361     2362       +1     
==========================================
+ Hits         1479     1480       +1     
  Misses        679      679              
  Partials      203      203
Impacted Files Coverage Δ
cmd/docker-app/root.go 76.92% <100%> (+0.45%) :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 7ba453c...a205ea2. Read the comment docs.