dojo / cli

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

Fixed missing pkgdir issue #124

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

Catches null response from pkgdir call and returns empty config.

Resolves #123

codecov-io commented 7 years ago

Codecov Report

Merging #124 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   99.46%   99.47%   +<.01%     
==========================================
  Files          15       15              
  Lines         375      381       +6     
  Branches       44       47       +3     
==========================================
+ Hits          373      379       +6     
  Partials        2        2
Impacted Files Coverage Δ
src/configurationHelper.ts 100% <100%> (ø) :white_check_mark:

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 7a53471...375fedc. Read the comment docs.