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

facet-rs / facet / 19961287511
58%

Build:
DEFAULT BRANCH: main
Ran 05 Dec 2025 11:18AM UTC
Jobs 1
Files 194
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

05 Dec 2025 11:17AM UTC coverage: 58.686% (+0.01%) from 58.673%
19961287511

push

github

fasterthanlime
fix(xml): respect rename attribute and avoid redundant xmlns on children

- Root element now uses `get_shape_display_name` to respect `rename` attribute
- Track current default namespace during serialization
- Only emit `xmlns="..."` when namespace differs from inherited default
- Child elements with same namespace as parent no longer emit redundant xmlns

Before:
```xml
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="...">
  <circle xmlns="http://www.w3.org/2000/svg" .../>
```

After:
```xml
<svg xmlns="http://www.w3.org/2000/svg" viewBox="...">
  <circle .../>
```

21 of 22 new or added lines in 2 files covered. (95.45%)

23957 of 40822 relevant lines covered (58.69%)

497.63 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
42.9
0.8% facet-xml/src/serialize.rs
Jobs
ID Job ID Ran Files Coverage
1 19961287511.1 05 Dec 2025 11:18AM UTC 194
58.69
GitHub Action Run
Source Files on build 19961287511
  • Tree
  • List 194
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 73979dd5 on github
  • Prev Build on main (#19961156708)
  • Next Build on main (#19961614563)
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