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

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

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

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 .../>
```

23957 of 40822 relevant lines covered (58.69%)

497.63 hits per line

Source Files on job 19961287511.1
  • Tree
  • List 194
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19961287511
  • 73979dd5 on github
  • Prev Job for on main (#19961156708.1)
  • Next Job for on main (#19961614563.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