dojo / cli

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

Convert tests to Intern 4 #167

Closed bryanforbes closed 7 years ago

bryanforbes commented 7 years ago

Type: enhancement

The following has been addressed in the PR:

Description:

Resolves #153

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
- Coverage      99%   97.88%   -1.13%     
==========================================
  Files          16       16              
  Lines         404      379      -25     
  Branches       50       49       -1     
==========================================
- Hits          400      371      -29     
- Misses          0        4       +4     
  Partials        4        4
Impacted Files Coverage Δ
src/npmInstall.ts 85.71% <0%> (-14.29%) :arrow_down:
src/command.ts 97.29% <0%> (-2.71%) :arrow_down:
src/commands/eject.ts 93.75% <0%> (-2.33%) :arrow_down:
src/commands/version.ts 98.41% <0%> (-0.18%) :arrow_down:
src/loadCommands.ts 97.14% <0%> (-0.16%) :arrow_down:
src/configurationHelper.ts 100% <0%> (ø) :arrow_up:
src/CommandHelper.ts 100% <0%> (ø) :arrow_up:
src/index.ts 100% <0%> (ø) :arrow_up:
src/registerCommands.ts 100% <0%> (ø) :arrow_up:
src/commands/init.ts 100% <0%> (ø) :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 8ebca5a...e8b1fff. Read the comment docs.

bryanforbes commented 7 years ago

This also takes care of dojo/meta#205

tomdye commented 7 years ago

Merge away when CI passes

bryanforbes commented 7 years ago

This also takes care of dojo/meta#211