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

Handle Required field update in CNAB spec #588

Closed jcsirot closed 5 years ago

jcsirot commented 5 years ago

- What I did Bump cnab-go dependency and adapt the code and tests to the Bundle struct update

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #588 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #588      +/-   ##
==========================================
+ Coverage      71%   71.03%   +0.03%     
==========================================
  Files          55       55              
  Lines        3242     3235       -7     
==========================================
- Hits         2302     2298       -4     
+ Misses        644      642       -2     
+ Partials      296      295       -1
Impacted Files Coverage Δ
internal/commands/parameters.go 87.8% <100%> (-0.71%) :arrow_down:
internal/packager/cnab.go 97.33% <100%> (-0.04%) :arrow_down:
types/parameters/parameters.go 96.82% <0%> (+4.76%) :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 4e71bce...dd35f46. Read the comment docs.

jcsirot commented 5 years ago

closed in favor of #596