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

facet-rs / facet / 19894536989
58%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 12:56PM UTC
Jobs 1
Files 171
Run time 2min
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 12:54PM UTC coverage: 58.902% (+0.06%) from 58.839%
19894536989

push

github

fasterthanlime
feat: support changing the path to the facet crate

Add support for `#[facet(crate = path)]` attribute that allows
re-exporters of facet (like plugcard) to specify a custom path
to the facet crate in derive macros.

This is useful when facet is re-exported through another crate:

```rust
// In a crate that re-exports facet
use other_crate::facet;

#[derive(other_crate::facet::Facet)]
#[facet(crate = other_crate::facet)]
struct MyStruct {
    field: u32,
}
```

Closes #671

117 of 120 new or added lines in 5 files covered. (97.5%)

20587 of 34951 relevant lines covered (58.9%)

539.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
98.25
0.1% facet-macros-impl/src/process_struct.rs
2
88.58
0.67% facet-macros-impl/src/process_enum.rs
Jobs
ID Job ID Ran Files Coverage
1 19894536989.1 03 Dec 2025 12:56PM UTC 171
58.9
GitHub Action Run
Source Files on build 19894536989
  • Tree
  • List 171
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 40ab0de1 on github
  • Prev Build on gh-readonly-queue/main/pr-1002-d57fc02075d5db5aef0d210d530947c2287400b7 (#19892643121)
  • Next Build on main (#19902770885)
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