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

facet-rs / facet / 20068363674
58%

Build:
DEFAULT BRANCH: main
Ran 09 Dec 2025 03:13PM 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:11PM UTC coverage: 58.733% (+0.003%) from 58.73%
20068363674

push

github

fasterthanlime
refactor: remove dead derive-parsing code from facet-macros-impl

Rust strips #[derive(...)] attributes before passing to derive macros,
so any code attempting to parse them will never see them. This removes:

- KnownDerives struct that was meant to track detected derives
- parse_derive_attr function that attempted to parse #[derive(...)]
- has_derive method and all its call sites in process_struct.rs
- related documentation referring to "derive detection"

Users must use #[facet(traits(...))] to explicitly declare trait
implementations, as this was always the fallback path that worked.

Closes #1199

17 of 19 new or added lines in 2 files covered. (89.47%)

8 existing lines in 1 file now uncovered.

26171 of 44559 relevant lines covered (58.73%)

635.66 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
89.89
-0.18% facet-macros-impl/src/process_struct.rs

Uncovered Existing Lines

Lines Coverage ∆ File
8
89.89
-0.18% facet-macros-impl/src/process_struct.rs
Jobs
ID Job ID Ran Files Coverage
1 20068363674.1 09 Dec 2025 03:13PM UTC 209
58.73
GitHub Action Run
Source Files on build 20068363674
  • Tree
  • List 209
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4d303b60 on github
  • Prev Build on main (#20067595185)
  • Next Build on main (#20068663611)
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