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

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

Build:
Build:
LAST BUILD BRANCH: agent/use-shared-hardware-workflow
DEFAULT BRANCH: main
Ran 18 Jul 2026 07:34PM 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 07:34PM UTC coverage: 97.704% (+0.004%) from 97.7%
29658051300

Pull #146

github

kaidokert
Fix const_ct scan comments to state the real bounds/precondition mechanism

const_leading_zeros_ct's comment claimed `#[inline]` keeps `array.len()`
compile-time known so the access is bounds-check-free. That only holds
for the FixedUInt caller (whole array, const N); the heapless caller
passes a runtime-length `&self.limbs[..len]`. Elision actually comes from
the loop invariant `index < array.len()` (index only descends from len),
which holds regardless of whether the length is a constant — so the
runtime-length slice is fine too. Document that instead.

While here, make const_cmp_ct's comment spell out the equal-length
precondition the slice types no longer encode: the loop bounds on a.len()
and indexes b[index] in lockstep, so a shorter b would panic.
Pull Request #146: Share FixedUInt/HeaplessBigInt code where the constraints allow

60 of 60 new or added lines in 6 files covered. (100.0%)

6 existing lines in 3 files now uncovered.

4171 of 4269 relevant lines covered (97.7%)

6657.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
98.7
0.0% src/fixeduint.rs
2
98.26
-0.09% src/heapless/arith.rs
1
98.67
-0.47% src/heapless/bytes.rs
Jobs
ID Job ID Ran Files Coverage
1 29658051300.1 18 Jul 2026 07:34PM UTC 42
97.7
GitHub Action Run
Source Files on build 29658051300
  • Tree
  • List 42
  • Changed 9
  • Source Changed 9
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29658051300
  • Pull Request #146
  • PR Base - 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