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

Verify outputs to stdout and stderr #539

Closed jcsirot closed 5 years ago

jcsirot commented 5 years ago

- What I did Ensure that outputs to stdout & stderr are following the Docker CLI design guidelines.

- How I did it Verify that all messages are consistently printed on the console with the stdout and stderr streams. Info messages to stdout, warnings and errors to stderr.

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

tumblr_mznr06Cdaa1rhgyqbo1_1280

codecov[bot] commented 5 years ago

Codecov Report

Merging #539 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #539   +/-   ##
=======================================
  Coverage   70.04%   70.04%           
=======================================
  Files          55       55           
  Lines        3101     3101           
=======================================
  Hits         2172     2172           
  Misses        637      637           
  Partials      292      292
Impacted Files Coverage Δ
internal/commands/pull.go 70.37% <100%> (ø) :arrow_up:
internal/commands/bundle.go 62.06% <100%> (ø) :arrow_up:
internal/commands/uninstall.go 49.01% <100%> (ø) :arrow_up:
internal/commands/validate.go 80.95% <100%> (ø) :arrow_up:
internal/commands/upgrade.go 57.62% <100%> (ø) :arrow_up:
internal/commands/install.go 63.38% <100%> (ø) :arrow_up:
internal/commands/version.go 100% <100%> (ø) :arrow_up:
internal/commands/root.go 84.61% <100%> (ø) :arrow_up:
internal/commands/push.go 38.78% <100%> (ø) :arrow_up:
internal/packager/init.go 56.52% <100%> (ø) :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 73d8674...59049dd. Read the comment docs.