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

Add inspect command to display info of running application only #721

Closed glours closed 4 years ago

glours commented 4 years ago

- What I did Add an app inspect command to display info on running applications

- How I did it Create a new command Display information from Installation Claim for Installation, Application & Parameters section Call the status CNAB action to display the list of running services

- How to verify it TBD

- Description for the changelog Add a new inspect command to display information on running applications

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #721 into master will decrease coverage by 0.87%. The diff coverage is 54.43%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #721      +/-   ##
=========================================
- Coverage   70.48%   69.6%   -0.88%     
=========================================
  Files          62      63       +1     
  Lines        3208    3349     +141     
=========================================
+ Hits         2261    2331      +70     
- Misses        641     710      +69     
- Partials      306     308       +2
Impacted Files Coverage Δ
internal/names.go 100% <ø> (ø) :arrow_up:
internal/commands/root.go 72.36% <100%> (+0.36%) :arrow_up:
internal/packager/cnab.go 97.94% <100%> (+0.03%) :arrow_up:
internal/commands/inspect.go 18.29% <18.29%> (ø)
internal/inspect/inspect.go 88.7% <93.05%> (+1.81%) :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 080e680...7670989. Read the comment docs.

rumpl commented 4 years ago

Is the coverage completely wrong or does this PR really reduces the coverage?