docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Fix image tag test #658

Closed eunomie closed 4 years ago

eunomie commented 4 years ago

- What I did

docker app image tag contains some tests where the command must fail. But the wrong command was used (and was failing, of course, so the output was the same). This PR uses the right app image tag command instead of the wrong app bundle tag.

- How I did it

- How to verify it

Tests are green

codecov[bot] commented 4 years ago

Codecov Report

Merging #658 into master will decrease coverage by 0.41%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #658      +/-   ##
==========================================
- Coverage   72.14%   71.73%   -0.42%     
==========================================
  Files          52       52              
  Lines        2675     2643      -32     
==========================================
- Hits         1930     1896      -34     
- Misses        497      502       +5     
+ Partials      248      245       -3
Impacted Files Coverage Δ
render/render.go 80.23% <0%> (-7.06%) :arrow_down:

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 0665684...eeb3270. Read the comment docs.