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

prisma-risk / tsoracle / 26349602163
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 02:28AM UTC
Jobs 1
Files 74
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

24 May 2026 02:23AM UTC coverage: 94.749% (+0.06%) from 94.691%
26349602163

push

github

web-flow
fix(core): saturate SystemClock::now_ms instead of truncating (#249) (#272)

`d.as_millis() as u64` silently wrapped the u128 millisecond count on
overflow: a far-future clock would emerge as a small value, making the
allocator perceive wall time far below the fence floor and stall window
advance with no log, metric, or error.

Convert with a saturating `u64::try_from(...).unwrap_or(u64::MAX)` so a
far-future clock drives visible window exhaustion rather than masquerading
as the distant past. The pre-Unix-epoch branch keeps mapping to 0, which is
the faithful saturate-low value for a past-pinned clock; document the policy
at both ends.

10 of 10 new or added lines in 1 file covered. (100.0%)

10448 of 11027 relevant lines covered (94.75%)

549854.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26349602163.1 24 May 2026 02:27AM UTC 74
94.75
GitHub Action Run
Source Files on build 26349602163
  • Tree
  • List 74
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26349602163
  • 112a22d9 on github
  • Prev Build on main (#26349374607)
  • Next Build on main (#26349625509)
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