Closed mwistrand closed 6 years ago
Merging #240 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #240 +/- ##
==========================================
+ Coverage 94.12% 94.16% +0.03%
==========================================
Files 20 20
Lines 596 600 +4
Branches 95 95
==========================================
+ Hits 561 565 +4
Misses 17 17
Partials 18 18
Impacted Files | Coverage Δ | |
---|---|---|
src/configurationHelper.ts | 96.66% <100%> (+0.51%) |
: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 0ec9576...f2a480c. Read the comment docs.
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Throw an error with a clear message when the dojorc is not valid JSON.
Resolves #239