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

facet-rs / facet / 20068996792
58%

Build:
DEFAULT BRANCH: main
Ran 09 Dec 2025 03:33PM UTC
Jobs 1
Files 209
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

09 Dec 2025 03:31PM UTC coverage: 58.735% (+0.002%) from 58.733%
20068996792

push

github

fasterthanlime
fix: remove Box::leak in facet-value PathSegment conversion

Change PathSegment in facet-pretty to use Cow<'static, str> instead of
&'static str. This allows:

- Static strings from Shape metadata (common case) to remain zero-cost
  with Cow::Borrowed
- Owned strings from deserialization errors to work without memory leaks
  using Cow::Owned

Previously, converting facet-value's PathSegment (which uses owned String)
to facet-pretty's PathSegment (which expected &'static str) required
Box::leak, causing memory to leak on every error diagnostic.

Closes #1178

13 of 17 new or added lines in 1 file covered. (76.47%)

26173 of 44561 relevant lines covered (58.74%)

635.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
68.62
0.08% facet-pretty/src/shape.rs
Jobs
ID Job ID Ran Files Coverage
1 20068996792.1 09 Dec 2025 03:33PM UTC 209
58.74
GitHub Action Run
Source Files on build 20068996792
  • Tree
  • List 209
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9e8bf234 on github
  • Prev Build on main (#20068663611)
  • Next Build on main (#20069503463)
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