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

kaidokert / modmath-rs / 29182956209
98%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 06:38AM UTC
Jobs 1
Files 16
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

12 Jul 2026 06:38AM UTC coverage: 98.294%. Remained the same
29182956209

push

github

web-flow
modmath-cios 0.1.2: add defaulted cios_accumulator() (#36)

* modmath-cios 0.1.2: add defaulted cios_accumulator()

CiosRowOps baked in that the product accumulator is Self::default().
That's fine for fixed-width carriers — their Default is already a
full-width zero — but a runtime-width carrier's natural Default is the
mathematical zero at logical length 0, which would overrun the driver's
accumulator loop.

New trait method cios_accumulator() -> Self with a default body of
Self::default() names that need explicitly and lets such a carrier
override just the accumulator while keeping a sensible Default. The
default body makes this non-breaking: every existing impl (primitives,
FixedUInt) inherits it unchanged, so it's a 0.1.2, not a 0.2.0.

5936 of 6039 relevant lines covered (98.29%)

16286.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29182956209.1 12 Jul 2026 06:38AM UTC 16
98.29
GitHub Action Run
Source Files on build 29182956209
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29182956209
  • 75286c66 on github
  • Prev Build on main (#29173341104)
  • Next Build on main (#29183325641)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc