• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / goro / 25757496368
13%

Build:
DEFAULT BRANCH: master
Ran 12 May 2026 07:34PM UTC
Jobs 1
Files 398
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 May 2026 07:32PM UTC coverage: 10.892% (+0.1%) from 10.759%
25757496368

push

github

MagicalTux
vm: global/static declarations via AST delegation

\`global \$x;\` and \`static \$y = 1;\` bind a local to outer storage
through the FuncContext hashtable. Previously these declarations
fell through the emitter's catch-all and forced the whole function
to AST.

Route them through OpTryFinally + OP_REFRESH_SLOTS so the binding
happens in the AST and subsequent slot reads see the bound value.
IsSlotSafe already returns false for bodies containing these
declarations, so the hashtable is authoritative.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

4 of 11 new or added lines in 2 files covered. (36.36%)

12554 of 115261 relevant lines covered (10.89%)

1719.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
79.83
-1.11% core/vm/vmcompiler/emit_stmt.go
2
81.4
-0.64% core/compiler/vmaccess.go
Jobs
ID Job ID Ran Files Coverage
1 25757496368.1 12 May 2026 07:34PM UTC 398
10.89
GitHub Action Run
Source Files on build 25757496368
  • Tree
  • List 398
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25757496368
  • 42f5b66c on github
  • Prev Build on master (#25757421794)
  • Next Build on master (#25771801761)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc