stencila / mini

A minimal, functional language focused on data analysis and visualization
15 stars 0 forks source link

Removing dead code #26

Closed obuchtala closed 6 years ago

obuchtala commented 6 years ago

Plus general tidy up.

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 2.23%. The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage    89.7%   87.46%   -2.24%     
==========================================
  Files           8        7       -1     
  Lines         476      375     -101     
==========================================
- Hits          427      328      -99     
+ Misses         49       47       -2
Impacted Files Coverage Δ
src/ErrorListener.js 66.66% <ø> (-3.34%) :arrow_down:
src/evaluate.js 88.88% <ø> (-1.12%) :arrow_down:
src/parse.js 100% <ø> (ø) :arrow_up:
src/createFromAST.js 96.63% <100%> (+0.7%) :arrow_up:
src/walk.js 88.46% <100%> (-11.54%) :arrow_down:
src/Expression.js 81.13% <66.66%> (ø) :arrow_up:
src/Nodes.js 81.81% <91.66%> (-2%) :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 e4f9d2c...ae8e5ee. Read the comment docs.