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

Rename function/struct to match new commande name #623

Closed ndeloof closed 5 years ago

ndeloof commented 5 years ago

- What I did Follow up https://github.com/docker/app/pull/622 rename in code to match new command name

- How I did it rename

- How to verify it reading code doesn't reflect legacy command name

- Description for the changelog code cleanup after rename

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #623 into master will not change coverage. The diff coverage is 83.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #623   +/-   ##
=======================================
  Coverage   71.95%   71.95%           
=======================================
  Files          49       49           
  Lines        2560     2560           
=======================================
  Hits         1842     1842           
  Misses        486      486           
  Partials      232      232
Impacted Files Coverage Δ
internal/commands/root.go 74.19% <100%> (ø) :arrow_up:
internal/commands/remove.go 52% <80%> (ø) :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 24b127c...3335328. Read the comment docs.