mattn / anko

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

0.1.4 Module variable assignment now DeepCopy #322

Closed MichaelS11 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #322 into master will decrease coverage by 0.05%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   87.25%   87.19%   -0.06%     
==========================================
  Files          15       15              
  Lines        2604     2616      +12     
==========================================
+ Hits         2272     2281       +9     
- Misses        214      216       +2     
- Partials      118      119       +1
Impacted Files Coverage Δ
anko.go 68.47% <ø> (ø) :arrow_up:
vm/vmStmt.go 96.28% <100%> (+0.04%) :arrow_up:
vm/vmLetExpr.go 85.77% <50%> (-0.9%) :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 af1aafa...5c52776. Read the comment docs.

mattn commented 4 years ago

Thank you.

MichaelS11 commented 4 years ago

@mattn Can you add release 0.1.3 & 0.1.4?

mattn commented 4 years ago

Tagged now.

MichaelS11 commented 4 years ago

Thanks! :)