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

facet-rs / facet / 19958020626
58%

Build:
DEFAULT BRANCH: main
Ran 05 Dec 2025 09:06AM UTC
Jobs 1
Files 193
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

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

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.

14 of 15 new or added lines in 1 file covered. (93.33%)

23574 of 40423 relevant lines covered (58.32%)

498.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
68.77
1.01% facet-reflect/src/peek/value.rs
Jobs
ID Job ID Ran Files Coverage
1 19958020626.1 05 Dec 2025 09:05AM UTC 193
58.32
GitHub Action Run
Source Files on build 19958020626
  • Tree
  • List 193
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 89c82ca7 on github
  • Prev Build on main (#19947376743)
  • Next Build on main (#19958874254)
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