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

facet-rs / facet / 19903754435
58%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 06:00PM UTC
Jobs 1
Files 172
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

03 Dec 2025 05:59PM UTC coverage: 59.12% (+0.1%) from 59.013%
19903754435

push

github

fasterthanlime
fix: use strict provenance APIs in facet-value

For inline values (null, booleans, short strings), we pack data directly
into pointer bits - there's no actual memory being pointed to. Previously
we used `bits as *mut u8` which is an integer-to-pointer cast that
violates strict provenance.

Now we use:
- `ptr::without_provenance_mut()` for creating fake pointers from integers
- `.addr()` instead of `as usize` for getting the address

This makes miri happy with `-Zmiri-strict-provenance`.

4 of 7 new or added lines in 1 file covered. (57.14%)

420 existing lines in 9 files now uncovered.

20944 of 35426 relevant lines covered (59.12%)

537.13 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
63.61
6.43% facet-value/src/value.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
68.28
1.19% facet-value/src/array.rs
4
73.63
1.09% facet-value/src/object.rs
11
95.38
-2.88% facet-macros-impl/src/process_struct.rs
12
0.0
0.0% xtask/src/main.rs
41
86.53
-2.05% facet-macros-impl/src/process_enum.rs
49
79.53
10.68% facet-value/src/string.rs
94
77.73
-12.85% facet-macros-impl/src/parsed.rs
97
0.0
0.0% facet-showcase/src/runner.rs
110
63.61
6.43% facet-value/src/value.rs
Jobs
ID Job ID Ran Files Coverage
1 19903754435.1 03 Dec 2025 06:00PM UTC 172
59.12
GitHub Action Run
Source Files on build 19903754435
  • Tree
  • List 172
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e06efea6 on github
  • Prev Build on main (#19902770885)
  • Next Build on main (#19921077222)
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