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

kaidokert / fixed-bigint-rs / 29723342693 / 1
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: agent/use-shared-hardware-workflow
DEFAULT BRANCH: main
Ran 20 Jul 2026 07:02AM UTC
Files 62
Run time 1s
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 07:01AM UTC coverage: 97.141% (+0.2%) from 96.952%
29723342693.1

Pull #175

github

kaidokert
Cover strict/carrying/borrowing/div_ceil in the shared carrier harness

These arithmetic ops are implemented on both carriers but were only exercised
per-carrier, so nothing caught the two drifting apart. The strict family
(add/sub/mul/div/rem/shl/shr) had zero shared coverage — only strict_pow was
tested — as did carrying_add, borrowing_sub, and div_ceil.

Add them to the `Carrier` surface and exercise the in-range value path across
both carriers at three widths, including the carry-out / borrow-out behavior
at the 32-bit boundary. The overflow-panic path stays per-carrier since it is
width-dependent.

num_traits::Saturating is deferred: it is feature-gated (this harness builds
without num-traits) and its behavior is already covered by the const
SaturatingAdd/Sub/Mul tests.
Pull Request #175: Cover strict/carrying/borrowing/div_ceil in the shared carrier harness

6183 of 6365 relevant lines covered (97.14%)

6545.54 hits per line

Source Files on job 29723342693.1
  • Tree
  • List 62
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29723342693
  • 67ab6a3e on github
  • Prev Job for on test/carrier-arithmetic-coverage (#29722797323.1)
  • Next Job for on test/carrier-arithmetic-coverage (#29724293890.1)
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