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

kaidokert / fixed-bigint-rs / 29755323478
97%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 03:28PM 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:28PM UTC coverage: 97.203% (+0.06%) from 97.141%
29755323478

push

github

web-flow
Cover numeric ops in the shared carrier harness, and split it into submodules (#176)

* Cover roots/integer/bounded/one in the shared carrier harness

Batch 2 of the shared-carrier audit: numeric operations implemented on both
carriers but only exercised per-carrier.

Always-available (const-num-traits): `One` (identity) and `Bounded`
(min/max) go on the `Carrier` surface with a value test.

`num_integer::Roots` (sqrt/cbrt/nth_root) and `num_integer::Integer`
(gcd/lcm/div_floor/mod_floor/div_rem/parity) are compiled only under the
num-traits feature — num-integer is an optional dep gated by it — so their
shared test is `#[cfg(feature = "num-traits")]`, keeping the feature-agnostic
harness building under --no-default-features.

DivNonZero is left out: it is a thin `self / d.0` over the already-tested
division, and threading its NonZero associated type through the generic
bounds buys nothing.

6187 of 6365 relevant lines covered (97.2%)

6580.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29755323478.1 20 Jul 2026 03:28PM UTC 62
97.2
GitHub Action Run
Source Files on build 29755323478
  • Tree
  • List 62
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29755323478
  • 294ff1c9 on github
  • Prev Build on main (#29724714896)
  • Next Build on main (#29799961500)
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