dojo / cli

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

Migrate from typings.json to @types and use @dojo/interfaces/cli #159

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Migrate to use @dojo/interfaces/cli and @types for other typings.

Depends on a release of @dojo/interfaces.

Refs: https://github.com/dojo/cli/issues/119

codecov[bot] commented 7 years ago

Codecov Report

Merging #159 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files          15       15           
  Lines         379      379           
  Branches       46       46           
=======================================
  Hits          375      375           
  Partials        4        4
Impacted Files Coverage Δ
src/Helper.ts 100% <ø> (ø) :arrow_up:
src/CommandHelper.ts 100% <ø> (ø) :arrow_up:
src/configurationHelper.ts 100% <ø> (ø) :arrow_up:
src/commands/eject.ts 96.07% <ø> (ø) :arrow_up:
src/commands/version.ts 98.59% <ø> (ø) :arrow_up:
src/command.ts 100% <ø> (ø) :arrow_up:
src/npmInstall.ts 100% <ø> (ø) :arrow_up:
src/registerCommands.ts 100% <100%> (ø) :arrow_up:
src/loadCommands.ts 97.29% <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 1bcdb94...3c730be. Read the comment docs.