mattn / anko

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

add IncludeExpr to astutil/walk.go #314

Closed floren closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #314 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
- Coverage   91.94%   91.94%   -0.01%     
==========================================
  Files           9        9              
  Lines        2298     2296       -2     
==========================================
- Hits         2113     2111       -2     
  Misses        122      122              
  Partials       63       63
Impacted Files Coverage Δ
vm/vm.go 86.83% <0%> (-0.11%) :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 fec82c7...08268dd. Read the comment docs.

MichaelS11 commented 5 years ago

@mattn Looks good to me

MichaelS11 commented 5 years ago

@mattn Any thoughts?

mattn commented 5 years ago

Thanks