mattn / anko

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

0.1.6 Added make struct & TestImport #331

Closed MichaelS11 closed 4 years ago

MichaelS11 commented 4 years ago

@mattn Please review, merge, and add release

codecov-io commented 4 years ago

Codecov Report

Merging #331 into master will increase coverage by 0.82%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
+ Coverage   87.42%   88.24%   +0.82%     
==========================================
  Files          15       15              
  Lines        2663     2680      +17     
==========================================
+ Hits         2328     2365      +37     
+ Misses        216      204      -12     
+ Partials      119      111       -8     
Impacted Files Coverage Δ
anko.go 68.47% <ø> (ø)
vm/vm.go 90.12% <100.00%> (+3.39%) :arrow_up:
vm/vmExpr.go 96.29% <0.00%> (+2.72%) :arrow_up:

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 5f413ab...b6e3f09. Read the comment docs.

MichaelS11 commented 4 years ago

@mattn Any thoughts?

mattn commented 4 years ago

Thank you.

MichaelS11 commented 4 years ago

@mattn Thanks! Add release?

mattn commented 4 years ago

Yes, added tag in few minutes ago. Thanks

MichaelS11 commented 4 years ago

Thank you!