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

facet-rs / facet / 19883129620 / 1
58%
main: 58%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 05:12AM UTC
Files 171
Run time 5s
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:07AM UTC coverage: 58.823% (-0.07%) from 58.895%
19883129620.1

push

github

fasterthanlime
Fix Option<Enum> variant detection with niche optimization

When peeking at Option<Enum> where the inner enum uses niche
optimization, the previous "all bytes zero = None" heuristic was
incorrect. For enums like `#[repr(u8)] enum E { Variant }`, Rust uses
a non-zero value to represent None, not zero.

Now uses OptionVTable::is_some_fn to correctly determine the active
variant for Option types, which handles all niche optimization cases.

Fixes #998

20515 of 34876 relevant lines covered (58.82%)

538.81 hits per line

Source Files on job 19883129620.1
  • Tree
  • List 171
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19883129620
  • 2d4d5c05 on github
  • Prev Job for on main (#19879972141.1)
  • Next Job for on main (#19884224451.1)
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