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

prisma-risk / tsoracle / 26372462050
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 08:56PM UTC
Jobs 1
Files 75
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 08:52PM UTC coverage: 94.906% (+0.02%) from 94.89%
26372462050

push

github

web-flow
refactor(server): drop BuildError::InvalidLeaderHintKey runtime check (#100) (#313)

LEADER_HINT_TRAILER_KEY is a const &'static str, so the validate_key()
call in ServerBuilder::build could only fail on a developer error that a
passing build already rules out. The check duplicated what the
validate_key_accepts_real_key unit test proves on every build, while
pulling a runtime error variant (InvalidLeaderHintKey) onto the public
BuildError surface for a condition that cannot occur in practice.

Remove the variant, the validate_key() function, and the build-time call
site. The unit test remains as the real guard, now asserting the const
parses as a BinaryMetadataKey directly. with_leader_hint's doc is
reworded to drop the stale validate_key reference.

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

11252 of 11856 relevant lines covered (94.91%)

486782.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26372462050.1 24 May 2026 08:56PM UTC 75
94.91
GitHub Action Run
Source Files on build 26372462050
  • Tree
  • List 75
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26372462050
  • 5955a353 on github
  • Prev Build on main (#26372182799)
  • Next Build on main (#26372579332)
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