Closed bryanforbes closed 7 years ago
Merging #167 into master will decrease coverage by
1.12%
. The diff coverage isn/a
.
@@ 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.
This also takes care of dojo/meta#205
Merge away when CI passes
This also takes care of dojo/meta#211
Type: enhancement
The following has been addressed in the PR:
Description:
Resolves #153