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

moonbitlang / core / 3764
95%

Build:
DEFAULT BRANCH: main
Ran 13 Apr 2026 07:26AM UTC
Jobs 1
Files 356
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 Apr 2026 07:25AM UTC coverage: 94.994%. Remained the same
3764

push

github

bobzhang
fix(bigint): fix bit_length for negative multi-limb powers of two

The power-of-two check started with limbs[0].popcnt()==1, which fails
for numbers like -2^32 where limb 0 is 0 and limb 1 is 1. Fixed to
count total set bits across all limbs.

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

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

14631 of 15402 relevant lines covered (94.99%)

220420.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3764.1 13 Apr 2026 07:26AM UTC 357
95.0
GitHub Action Run
Source Files on build 3764
  • Tree
  • List 356
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f07b0b44 on github
  • Prev Build on main (#3761)
  • Next Build on main (#3766)
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