Closed agubler closed 6 years ago
Merging #220 into master will decrease coverage by
0.21%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #220 +/- ##
==========================================
- Coverage 95.06% 94.85% -0.22%
==========================================
Files 19 19
Lines 507 525 +18
Branches 69 73 +4
==========================================
+ Hits 482 498 +16
- Misses 13 14 +1
- Partials 12 13 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/registerCommands.ts | 99.02% <100%> (-0.98%) |
:arrow_down: |
src/configurationHelper.ts | 96.15% <0%> (-3.85%) |
:arrow_down: |
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 0c13fcb...16c117f. Read the comment docs.
I have made a new PR that should be bring this up to speed with master : https://github.com/dojo/cli/pull/255/files
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Adds a global option to the CLI that will save the options passed to the
.dojorc
that will be used when running the command with no options on subsequents runs.Resolves #211