mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.45k stars 120 forks source link

0.1.3 *Breaking changes* Moved env into env package & more #317

Closed MichaelS11 closed 4 years ago

MichaelS11 commented 4 years ago

0.1.3 Breaking changes Moved env into env package Moved package vars into env Added import into vm Simplified packages Moved packages testing into vm

codecov-io commented 4 years ago

Codecov Report

Merging #317 into master will decrease coverage by 1.49%. The diff coverage is 75.6%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #317     +/-   ##
=========================================
- Coverage   91.94%   90.45%   -1.5%     
=========================================
  Files           9        8      -1     
  Lines        2298     2106    -192     
=========================================
- Hits         2113     1905    -208     
- Misses        122      130      +8     
- Partials       63       71      +8
Impacted Files Coverage Δ
vm/vmExprFunction.go 77% <100%> (ø) :arrow_up:
vm/vm.go 85.96% <100%> (-0.98%) :arrow_down:
vm/vmLetExpr.go 86.66% <100%> (ø) :arrow_up:
vm/vmExpr.go 93.5% <58.82%> (-2.53%) :arrow_down:
vm/vmStmt.go 95.81% <81.81%> (-1.18%) :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 adf6aee...8016764. Read the comment docs.

MichaelS11 commented 4 years ago

@mattn Please review and merge

MichaelS11 commented 4 years ago

@mattn Any thoughts?

MichaelS11 commented 4 years ago

@mattn ?

mattn commented 4 years ago

Sorry. Thank you.