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

kaidokert / fixed-bigint-rs / 30144728323
97%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 04:51AM 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

25 Jul 2026 04:50AM UTC coverage: 97.174%. Remained the same
30144728323

push

github

web-flow
Gate the shift-assign operators and heapless Shl/Shr<u32> (#181)

* Gate the shift-assign operators and heapless Shl/Shr<u32>

`<<=` / `>>=` are distinct impls from the by-value `<<` / `>>` — each has
its own `P::TAG` dispatch — so gating the operators in #180 left the assign
forms unverified. Their Ct arms route through the same allowlisted
`const_shl_ct` / `const_shr_ct` barrels, so fixturing them needs no library
or allowlist change: 20 new `ct_fix_shift` fixtures across both carriers
(shl_assign / shr_assign) plus the heapless `Shl<u32>` / `Shr<u32>`
operator forms (the FixedUInt u32 side was already covered in the asym set).

6293 of 6476 relevant lines covered (97.17%)

7042.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30144728323.1 25 Jul 2026 04:51AM UTC 62
97.17
GitHub Action Run
Source Files on build 30144728323
  • 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 #30144728323
  • 6a870681 on github
  • Prev Build on main (#30144616347)
  • Next Build on main (#30145860092)
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