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

moonbitlang / core / 4732
91%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 08:17AM UTC
Jobs 1
Files 379
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

25 Jun 2026 08:16AM UTC coverage: 90.955%. Remained the same
4732

push

github

bobzhang
test(bigint): fix shr whitebox test that silently constructed 0

The `RADIX * RADIX / 2` operand overflowed UInt64 (RADIX = 2^32, so
RADIX * RADIX = 2^64 wraps to 0), making the test build a = 0 and shift
that — exercising none of the multi-limb right-shift path it intended.
Construct 2^63 directly as a BigInt (1N << 63): it spans two 32-bit
limbs and still shifts to 0 under >> 64, so the assertion is unchanged
but now meaningful. Surfaced by Copilot review on #3681.

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

15154 of 16661 relevant lines covered (90.95%)

197378.38 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
96.99
0.0% bigint/bigint_nonjs.mbt
Jobs
ID Job ID Ran Files Coverage
1 4732.1 25 Jun 2026 08:17AM UTC 380
90.97
GitHub Action Run
Source Files on build 4732
  • Tree
  • List 379
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5c84d66a on github
  • Prev Build on main (#4727)
  • Next Build on main (#4734)
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