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

kaidokert / fixed-bigint-rs / 29655865569 / 1
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 06:27PM UTC
Files 42
Run time 1s
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

18 Jul 2026 06:26PM UTC coverage: 97.7% (+0.07%) from 97.632%
29655865569.1

push

github

web-flow
Generic-over-carrier test suite for shared FixedUInt/HeaplessBigInt behavior (#145)

* Add generic-over-carrier test suite

The behavior FixedUInt and HeaplessBigInt share is now written once as a
generic body and run for both, per the pattern the parity oracle already
uses. Nine bodies (add/sub/mul, carrying_mul, bitwise, shifts, compare,
parity, div/rem — including the assign and checked forms) each run across
three backings (u8x4, u16x2, u32x1) on both carriers, all pinned to the
same 32-bit width so the overflow/carry boundaries line up. Construction
goes through a byte-based `from_u32` because HeaplessBigInt's `From<small>`
is minimal-width and would otherwise not match FixedUInt's fixed width.

4290 of 4391 relevant lines covered (97.7%)

7591.85 hits per line

Source Files on job 29655865569.1
  • Tree
  • List 42
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29655865569
  • 46cf6c34 on github
  • Prev Job for on main (#29652345767.1)
  • Next Job for on main (#29659089394.1)
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