atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

add source maps and beta flag #25

Closed horvathkevin closed 7 years ago

horvathkevin commented 7 years ago

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

codecov-io commented 7 years ago

Codecov Report

Merging #25 into master will decrease coverage by 0.35%. The diff coverage is 75%.

Impacted file tree graph

@@            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.

LukasHechenberger commented 7 years ago

Closed in favour of #26