Closed agubler closed 7 years ago
Merging #159 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
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