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

Move from deislabs/cnab-go to cnabio/cnab-go #788

Open silvin-lubecki opened 4 years ago

silvin-lubecki commented 4 years ago

- What I did cnab-go library recently moved from deislabs organization to the new cnabio organization. This PR updates the go imports. Depends on https://github.com/docker/cnab-to-oci/pull/85 and https://github.com/cnabio/cnab-go/pull/168

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #788 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #788   +/-   ##
=======================================
  Coverage   70.03%   70.03%           
=======================================
  Files          67       67           
  Lines        3684     3684           
=======================================
  Hits         2580     2580           
  Misses        759      759           
  Partials      345      345
Impacted Files Coverage Δ
internal/store/installation.go 78.12% <ø> (ø) :arrow_up:
internal/cnab/driver.go 77.5% <ø> (ø) :arrow_up:
internal/store/app.go 73.33% <ø> (ø) :arrow_up:
internal/packager/custom.go 72.09% <ø> (ø) :arrow_up:
internal/commands/image/render.go 67.85% <ø> (ø) :arrow_up:
internal/commands/image/inspect.go 66.66% <ø> (ø) :arrow_up:
internal/packager/bundle.go 64% <ø> (ø) :arrow_up:
internal/store/credential.go 63.63% <ø> (ø) :arrow_up:
render/render.go 79.34% <ø> (ø) :arrow_up:
internal/commands/remove.go 50% <ø> (ø) :arrow_up:
... and 12 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 6d698be...5b91483. Read the comment docs.