go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

Improve validation for ELSE blocks, fixes #173 #174

Closed twitchyliquid64 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #174 into master will increase coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   69.71%   69.73%   +0.02%     
==========================================
  Files          48       48              
  Lines        5484     5489       +5     
==========================================
+ Hits         3823     3828       +5     
- Misses       1317     1318       +1     
+ Partials      344      343       -1
Impacted Files Coverage Δ
validate/error.go 0% <0%> (ø) :arrow_up:
validate/validate.go 69.78% <100%> (+0.91%) :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 01d3d33...1ea36af. Read the comment docs.