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

ArkScript-lang / Ark / 20177078200
93%

Build:
DEFAULT BRANCH: dev
Ran 12 Dec 2025 07:08PM UTC
Jobs 1
Files 108
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 Dec 2025 07:05PM UTC coverage: 90.628% (-0.1%) from 90.726%
20177078200

push

github

SuperFola
fix(ir optimizer): do not try to optimize calls to builtins outside functions, otherwise this messes up the stack

Somehow the optimizer figured that
(let sample ...)
(print sample)
Could be optimized with a single CALL_BUILTIN_WITHOUT_RETURN_ADDRESS, because it was a sequence of load, store,
push return address, load symbol by index, builtin, call, but it didn't see that it wasn't in a function definition,
which is the only place where the whole body of a function can be replaced by a single instruction.

25 of 25 new or added lines in 2 files covered. (100.0%)

9 existing lines in 1 file now uncovered.

8094 of 8931 relevant lines covered (90.63%)

196834.79 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
9
91.5
-0.68% src/arkreactor/VM/VM.cpp
Jobs
ID Job ID Ran Files Coverage
1 20177078200.1 12 Dec 2025 07:08PM UTC 108
90.63
GitHub Action Run
Source Files on build 20177078200
  • Tree
  • List 108
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • acb2420c on github
  • Prev Build on dev (#20148629632)
  • Next Build on dev (#20177359887)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc