Closed horvathkevin closed 7 years ago
Merging #25 into master will decrease coverage by
0.35%
. The diff coverage is75%
.
@@ Coverage Diff @@
## master #25 +/- ##
==========================================
- Coverage 96.13% 95.78% -0.36%
==========================================
Files 14 14
Lines 259 261 +2
==========================================
+ Hits 249 250 +1
- Misses 10 11 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/cli/Options.js | 100% <ø> (ø) |
:arrow_up: |
src/cli/commands/Init.js | 98.38% <75%> (-1.62%) |
: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 1820107...fe0e388. Read the comment docs.
Closed in favour of #26
Adds "source-maps" switch in compile task call to generate source-maps with babel. This makes it possible to avoid debugging of transpiled files in Webstorm node environment and may other environments too