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

moonbitlang / core / 2878 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 02:12PM UTC
Files 321
Run time 8s
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 Mar 2026 02:11PM UTC coverage: 95.778% (-0.002%) from 95.78%
2878.1

push

github

bobzhang
refactor: simplify for-loops by using direct iteration and functional for-loop

Replace `for i in 0..<arr.length() { let x = arr[i] ... }` with
`for i, x in arr { ... }` or `for x in arr { ... }` when the index
is unused. Also convert a while-loop binary search to a functional
for-loop with state variables.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

13770 of 14377 relevant lines covered (95.78%)

174856.41 hits per line

Source Files on job 2878.1
  • Tree
  • List 321
  • Changed 12
  • Source Changed 12
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2878
  • 9bf4457f on github
  • Prev Job for on main (#2873.1)
  • Next Job for on main (#2882.1)
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