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

moonbitlang / core / 6078
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 06:51AM UTC
Jobs 1
Files 437
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

15 Aug 2026 06:49AM UTC coverage: 90.666%. Remained the same
6078

push

github

bobzhang
fix(bigint): validate length before the zero shortcut in js to_octets

The js to_octets ran its zero shortcut before validating the requested
length, so 0N.to_octets(length=0) silently returned b"" while the
documented contract (and every other target) panics on a non-positive
length. Validate the length first, and align the docstring with the
now-uniform panic contract.

Fixes #4052

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

15999 of 17646 relevant lines covered (90.67%)

151469.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6078.1 15 Aug 2026 06:51AM UTC 438
90.68
GitHub Action Run
Source Files on build 6078
  • Tree
  • List 437
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10f02af0 on github
  • Prev Build on main (#6074)
  • Next Build on main (#6080)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc