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

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

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

Pull #146

github

kaidokert
Pin b to a's length at const_cmp_ct entry

The slice signature dropped the compile-time equal-length guarantee the
old &[T; N], &[T; N] carried. Both callers still pass equal-length slices
by construction, but nothing enforced it at the boundary. Slicing b to
a.len() at entry makes any mismatch trap at the boundary instead of
mid-loop, and lets the compiler prove b[index] in-bounds for the whole
scan so the per-iteration bounds check drops.

Range-slicing in the const path needs feature(const_index); add it to
the nightly feature set alongside the other const-* gates. Audit
cross-build (thumbv7em, panic=abort) stays free of panic/unwind symbols.
Pull Request #146: Share FixedUInt/HeaplessBigInt code where the constraints allow

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

3 existing lines in 2 files now uncovered.

4171 of 4269 relevant lines covered (97.7%)

6657.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
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 29658579869.1 18 Jul 2026 07:51PM UTC 42
97.7
GitHub Action Run
Source Files on build 29658579869
  • 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 #29658579869
  • 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