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

facet-rs / facet / 19958020626 / 1
58%
main: 58%

Build:
DEFAULT BRANCH: main
Ran 05 Dec 2025 09:06AM UTC
Files 193
Run time 5s
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

05 Dec 2025 09:04AM UTC coverage: 58.318% (+0.01%) from 58.306%
19958020626.1

push

github

fasterthanlime
Fix Peek::as_str() for double references (&&str)

Previously, Peek::as_str() would cause undefined behavior when
attempting to read &&str as if it were a direct pointer. The issue
was that the function was trying to read &&str as &str directly,
resulting in SIGSEGV.

The fix adds proper handling of nested references by:
1. First checking if we have a nested reference (&&str)
2. For &&str, dereferencing twice to get to the inner &str
3. For &str, handling the simple case

Added regression test for issue #794.

23574 of 40423 relevant lines covered (58.32%)

498.85 hits per line

Source Files on job 19958020626.1
  • Tree
  • List 193
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19958020626
  • 89c82ca7 on github
  • Prev Job for on main (#19947376743.1)
  • Next Job for on main (#19958874254.1)
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