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

kaidokert / fixed-bigint-rs / 29698122920
98%
main: 97%

Build:
Build:
LAST BUILD BRANCH: agent/use-shared-hardware-workflow
DEFAULT BRANCH: main
Ran 19 Jul 2026 06:06PM UTC
Jobs 1
Files 48
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

19 Jul 2026 06:06PM UTC coverage: 97.851% (+0.03%) from 97.818%
29698122920

Pull #157

github

kaidokert
Review: guard is_multiple_of zero divisor, width-pin lcm(0,0), drop divides

- is_multiple_of now guards a zero divisor (`if other.is_zero() { return
  self.is_zero() }`), matching num_integer's primitive impls — a predicate
  shouldn't panic on `% 0`. (FixedUInt has the same latent panic; both-carriers
  follow-up.)
- lcm(0, 0) returns zero widened to the operand width instead of the minimal
  len-0 zero, so it stays at the caller's width.
- Drop the `divides` override: num_integer's default is already
  `self.is_multiple_of(other)` (and deprecated), so the override was redundant.

Tests: zero-divisor is_multiple_of (no panic) and lcm(0,0) width, both
heapless-internal.
Pull Request #157: Implement num_integer::Integer for HeaplessBigInt

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

4826 of 4932 relevant lines covered (97.85%)

5918.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29698122920.1 19 Jul 2026 06:06PM UTC 48
97.85
GitHub Action Run
Source Files on build 29698122920
  • Tree
  • List 48
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29698122920
  • Pull Request #157
  • PR Base - main (#29697383625)
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