dojo / cli

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

Increase code coverage for CLI #55

Closed tomdye closed 8 years ago

tomdye commented 8 years ago

Using the dirname import has made it possible to add tests for index.ts and updateNotifier.ts

codecov-io commented 8 years ago

Current coverage is 99.20% (diff: 100%)

Merging #55 into master will increase coverage by 18.25%

@@             master        #55   diff @@
==========================================
  Files            10         10          
  Lines           126        126          
  Methods           0          0          
  Messages          0          0          
  Branches          9          9          
==========================================
+ Hits            102        125    +23   
+ Misses           24          1    -23   
  Partials          0          0          

Powered by Codecov. Last update 288728f...a00fa95

tomdye commented 8 years ago

@agubler comments addressed