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

moonbitlang / core / 4526
94%

Build:
DEFAULT BRANCH: main
Ran 29 May 2026 04:08AM UTC
Jobs 1
Files 370
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

29 May 2026 04:07AM UTC coverage: 93.989% (+0.001%) from 93.988%
4526

push

github

bobzhang
refactor(json): use functional loop in lex_skip_whitespace

Replace the `while` loop with a mutable `offset` local by a functional
`for offset = ctx.offset { ... continue offset + 1 }` loop, matching the
loop style used elsewhere in the JSON lexer (e.g. `lex_number`). The
loop yields the final offset via `break offset` and `ctx.offset` is
assigned once from the loop expression. The generated code is
equivalent: `offset` is still carried in a loop-local binding and
`ctx.offset` is written only once, on exit.

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

4 of 4 new or added lines in 1 file covered. (100.0%)

14917 of 15871 relevant lines covered (93.99%)

207082.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4526.1 29 May 2026 04:08AM UTC 371
94.0
GitHub Action Run
Source Files on build 4526
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c621df6a on github
  • Prev Build on main (#4522)
  • Next Build on main (#4528)
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