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

moonbitlang / core / 2878
96%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 02:12PM UTC
Jobs 1
Files 320
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 Mar 2026 02:11PM UTC coverage: 95.77% (-0.002%) from 95.772%
2878

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>

12 of 13 new or added lines in 7 files covered. (92.31%)

13742 of 14349 relevant lines covered (95.77%)

175197.61 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
87.5
0.0% bytes/internal/regex_engine/symbol_map/sparse_table.mbt
Jobs
ID Job ID Ran Files Coverage
1 2878.1 13 Mar 2026 02:12PM UTC 321
95.78
GitHub Action Run
Source Files on build 2878
  • Tree
  • List 320
  • Changed 12
  • Source Changed 12
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9bf4457f on github
  • Prev Build on main (#2873)
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