heroku / heroku-apps

Heroku Core CLI Plugin for managing Heroku apps
https://cli.heroku.com
ISC License
19 stars 26 forks source link

Stream the release command on rollback if available #171

Closed dmathieu closed 7 years ago

dmathieu commented 7 years ago

@ransombriggs @dickeyxxx is this the best place to put the streaming? I originally wanted to put it inside the cli.action, but that causes weird logging.

codecov-io commented 7 years ago

Codecov Report

Merging #171 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   95.81%   95.83%   +0.02%     
==========================================
  Files          73       74       +1     
  Lines        1337     1346       +9     
==========================================
+ Hits         1281     1290       +9     
  Misses         56       56
Impacted Files Coverage Δ
commands/releases/output.js 100% <100%> (ø) :arrow_up:
commands/releases/rollback.js 100% <100%> (ø) :arrow_up:
lib/output.js 100% <100%> (ø)

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 64a699a...5b35ea1. Read the comment docs.