goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.48k stars 171 forks source link

Document Goby's error handling #833

Closed st0012 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #833 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #833   +/-   ##
=====================================
  Coverage      81%    81%           
=====================================
  Files          54     54           
  Lines        7413   7413           
=====================================
  Hits         6005   6005           
  Misses       1184   1184           
  Partials      224    224
Impacted Files Coverage Δ
vm/thread.go 90.41% <ø> (ø) :arrow_up:
vm/vm.go 82.53% <ø> (ø) :arrow_up:
compiler/parser/parser.go 94.07% <ø> (ø) :arrow_up:
compiler/compiler.go 100% <100%> (ø) :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 102d1f9...e99b656. Read the comment docs.

st0012 commented 4 years ago

@hachi8833 Thanks for the feedback! FYI, you can use GH's new feature: review suggestion (see the 6th step of this), so the PR author can just commit them right away like I just did 😆