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

kaidokert / fixed-bigint-rs / 29757036480
97%
main: 97%

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

20 Jul 2026 03:51PM UTC coverage: 97.203%. Remained the same
29757036480

Pull #177

github

kaidokert
Cover formatting and string parsing in the shared carrier harness

Batch 3 of the shared-carrier audit. Adds a carrier_generic/serialization.rs
submodule pinning that both carriers format and parse identically:

- Display, LowerHex, UpperHex against absolute expected strings (minimal
  decimal, `0` for zero; minimal hex).
- FromStr (decimal) and num_traits::Num::from_str_radix over radices 2..=16.

FixedUInt gates its whole string_conversion module (Display/hex/FromStr) on
num-traits, so the submodule is `#![cfg(feature = "num-traits")]`; the harness
still builds under --no-default-features (those arms just run fewer tests).

Byte serialization (ToBytes/FromBytes) is intentionally left out: the module
that provides it — and the shared BytesHolder — sits behind
`any(feature = "nightly", feature = "use-unsafe")` (the stable path
reinterprets limbs with unsafe from_raw_parts), so a shared round-trip test
would need a compound feature gate for little gain over each carrier's
existing byte suite.
Pull Request #177: Cover formatting and string parsing in the shared carrier harness

6187 of 6365 relevant lines covered (97.2%)

6599.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29757036480.1 20 Jul 2026 03:51PM UTC 62
97.2
GitHub Action Run
Source Files on build 29757036480
  • Tree
  • List 62
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29757036480
  • Pull Request #177
  • PR Base - main (#29755323478)
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