atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

feat: Add source maps and beta flag #26

Closed LukasHechenberger closed 6 years ago

LukasHechenberger commented 6 years ago

Babel now outputs source maps for better debugging. The --beta flag allows to init projects with beta releases of atscm.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- 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...44d5be9. Read the comment docs.