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

kaidokert / fixed-bigint-rs / 29652345767
97%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 04:38PM UTC
Jobs 1
Files 42
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

18 Jul 2026 04:37PM UTC coverage: 97.632% (-0.07%) from 97.704%
29652345767

push

github

web-flow
Add HeaplessBigInt operator parity (assign ops, BitXor, CheckedSub) (#144)

* Give HeaplessBigInt the ops it was missing vs FixedUInt

To behave like the same-width FixedUInt, HeaplessBigInt should carry the
same operator surface. Add the gaps found while unifying the test suites:

- AddAssign / SubAssign / MulAssign (owned + ref), delegating to the
  overflowing op + the Nct-panic/Ct-wrap rule the operators already use.
- BitXor (all four receiver forms, len = max like BitOr) and the three
  bitwise compound-assigns (BitAndAssign / BitOrAssign / BitXorAssign).
- CheckedSub (Nct-only, like CheckedAdd / CheckedMul), completing the
  checked add/sub/mul trio.

124 of 130 new or added lines in 2 files covered. (95.38%)

4287 of 4391 relevant lines covered (97.63%)

7568.85 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
97.51
-0.66% src/heapless/arith.rs
3
97.78
-2.22% src/heapless/bitwise.rs
Jobs
ID Job ID Ran Files Coverage
1 29652345767.1 18 Jul 2026 04:38PM UTC 42
97.63
GitHub Action Run
Source Files on build 29652345767
  • Tree
  • List 42
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29652345767
  • 84d10e56 on github
  • Prev Build on main (#29627926470)
  • Next Build on main (#29655865569)
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