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

moonbitlang / core / 4664
94%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 02:00AM 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

11 Jun 2026 01:59AM UTC coverage: 94.245% (+0.004%) from 94.241%
4664

push

github

bobzhang
refactor(bigint): use len check + unsafe_get in mul dispatch

The view-pattern form (`limbs[:len] is [single]`) does not produce
optimal code yet, so go back to the plain `len == 1` comparison, but
fetch the limb with `unsafe_get(0)` to skip the bounds check — `len`
is always >= 1 by the struct invariant.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

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

14 existing lines in 1 file now uncovered.

14985 of 15900 relevant lines covered (94.25%)

206816.05 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
96.99
0.07% bigint/bigint_nonjs.mbt
Jobs
ID Job ID Ran Files Coverage
1 4664.1 11 Jun 2026 02:00AM UTC 371
94.26
GitHub Action Run
Source Files on build 4664
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7c6d8a48 on github
  • Prev Build on main (#4662)
  • Next Build on main (#4673)
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