dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Ensure exit code is non zero when command fails #214

Closed agubler closed 6 years ago

agubler commented 6 years ago

Type: bug / feature

The following has been addressed in the PR:

Description:

Exit with non zero code when running a command fails.

Resolves #209

codecov[bot] commented 6 years ago

Codecov Report

Merging #214 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
- Coverage   94.75%   94.74%   -0.02%     
==========================================
  Files          19       19              
  Lines         477      476       -1     
  Branches       63       62       -1     
==========================================
- Hits          452      451       -1     
  Misses         13       13              
  Partials       12       12
Impacted Files Coverage Δ
src/registerCommands.ts 100% <100%> (ø) :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 b425025...d2674f3. Read the comment docs.