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

moonbitlang / core / 4144
94%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 01:55PM UTC
Jobs 1
Files 364
Run time 2min
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

05 May 2026 01:54PM UTC coverage: 94.55%. Remained the same
4144

push

github

bobzhang
refactor(builtin): declarative for-in with carry-state in Array::retain

Replace `for i = 0, j = 0; i < len; { ... continue i+1, j+1 / continue i+1, j }`
with `for v in self; j = 0 { ... continue j+1 / continue j }`. The iterator
covers `i`; only the write index needs carrying, expressed with `;` carry-state.
Also drop the redundant `// we use else here to capture j` comment — the
`nobreak` clause makes the binding visible without explanation.

Semantics-preserving: `moon test -p builtin` (2825/2825) passes and
`moon info` produces no `.mbti` change.

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

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

14884 of 15742 relevant lines covered (94.55%)

217986.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4144.1 05 May 2026 01:55PM UTC 365
94.56
GitHub Action Run
Source Files on build 4144
  • Tree
  • List 364
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • eea15d6f on github
  • Prev Build on main (#4139)
  • Next Build on main (#4145)
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