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

[WIP] CLI plugin CI #473

Closed chris-crone closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #473 into master will decrease coverage by 0.13%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
- Coverage   69.38%   69.25%   -0.14%     
==========================================
  Files          50       50              
  Lines        2515     2501      -14     
==========================================
- Hits         1745     1732      -13     
  Misses        540      540              
+ Partials      230      229       -1
Impacted Files Coverage Δ
internal/commands/bundle.go 66.07% <ø> (ø)
internal/commands/validate.go 88.88% <ø> (ø)
internal/commands/split.go 80% <ø> (ø)
internal/commands/pull.go 80% <ø> (ø)
internal/commands/init.go 100% <ø> (ø)
internal/commands/render.go 57.5% <ø> (ø)
internal/commands/merge.go 61.01% <ø> (ø)
internal/commands/completion.go 48.48% <ø> (ø)
internal/commands/push.go 38.6% <ø> (ø)
internal/commands/parameters.go 90.69% <ø> (ø)
... and 11 more

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 36fd67f...40efdd8. Read the comment docs.

chris-crone commented 5 years ago

This passed the CI so I'm repushing to the original PR's branch.