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

KarpelesLab / goro / 25773758900
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 02:07AM 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

13 May 2026 02:05AM UTC coverage: 12.161% (+0.02%) from 12.139%
25773758900

push

github

MagicalTux
vm: fast paths for compound int += int and string .= string

OpOpAssignLocal previously routed every compound op through the
generic dispatch table → operator helper. For the two most common
shapes — int += int and string .= string — inline the operation
directly. Includes the same !IsRef() guard the inc/dec fast paths
use so by-ref bindings still propagate through OffsetSet via the
generic storeLocal path.

Also adds a binary OpConcat string+string fast path.

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

37 of 42 new or added lines in 1 file covered. (88.1%)

5 existing lines in 2 files now uncovered.

14059 of 115610 relevant lines covered (12.16%)

2039.7 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
64.9
1.25% core/vm/vm.go

Coverage Regressions

Lines Coverage ∆ File
4
63.74
-4.4% core/vm/ops_arith.go
1
64.9
1.25% core/vm/vm.go
Jobs
ID Job ID Ran Files Coverage
1 25773758900.1 13 May 2026 02:07AM UTC 398
12.16
GitHub Action Run
Source Files on build 25773758900
  • Tree
  • List 398
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25773758900
  • 092313fe on github
  • Prev Build on master (#25773633050)
  • Next Build on master (#25773911250)
  • 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