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

RDFLib / rdflib / 31470258617
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: upgrade-mypy-v3
DEFAULT BRANCH: master
Ran 11 Aug 2026 08:42AM UTC
Jobs 1
Files 135
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

11 Aug 2026 07:45AM UTC coverage: 91.088%. Remained the same
31470258617

push

github

web-flow
fix: do not split XML namespace URIs into invalid qnames (#3500)

The built-in xml namespace (http://www.w3.org/XML/1998/namespace) has no
trailing delimiter, but split_uri() unconditionally split any URI starting
with it. A URI such as http://www.w3.org/XML/1998/namespace/ was therefore
split into the local name "/" and serialized as "xml:/", which is not a
valid qname and fails to parse back.

The XML namespace shortcut now applies only when the remainder is empty or a
valid NCName; otherwise the URI falls through to the generic splitting logic
and is serialized as a full IRI, so it round-trips.

Closes #3490

Co-authored-by: Nicholas Car <nick@kurrawong.net>

7873 of 9566 branches covered (82.3%)

23141 of 25405 relevant lines covered (91.09%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31470258617.1 11 Aug 2026 08:42AM UTC 135
91.09
GitHub Action Run
Source Files on build 31470258617
  • Tree
  • List 135
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b3f7f978 on github
  • Prev Build on main (#31466873692)
  • Next Build on main (#31493885223)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc