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

facet-rs / facet / 19922182031
58%

Build:
DEFAULT BRANCH: main
Ran 04 Dec 2025 08:17AM UTC
Jobs 1
Files 173
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

04 Dec 2025 08:16AM UTC coverage: 59.212% (+0.01%) from 59.201%
19922182031

push

github

fasterthanlime
fix: use explicit type annotations for generic enum variant constructors

When constructing enum variants to suppress dead_code warnings, use
explicit type annotations (e.g., `let _: E<T, C> = E::Unit;`) instead
of relying on type inference. This fixes compilation errors with
generic enums that have const generics or unused type parameters,
where the compiler couldn't infer all type parameters from the
variant constructor alone.

3 of 3 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

20993 of 35454 relevant lines covered (59.21%)

538.31 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.91
0.16% facet-macros-impl/src/process_enum.rs
Jobs
ID Job ID Ran Files Coverage
1 19922182031.1 04 Dec 2025 08:17AM UTC 173
59.21
GitHub Action Run
Source Files on build 19922182031
  • Tree
  • List 173
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0a7c0345 on github
  • Prev Build on main (#19921934689)
  • Next Build on main (#19922460686)
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