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

mgedmin / zodbbrowser / 18659606042 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2025 05:18PM UTC
Files 13
Run time 0s
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

20 Oct 2025 05:14PM UTC coverage: 100.0%. Remained the same
18659606042.3

push

github

mgedmin
Fix raw markup inside <title> on Python 3.11.14

Caused by an upstream bugfix:

- https://github.com/python/cpython/issues/118350
- https://github.com/python/cpython/commit/02feb83af

Since Python 3.11.14 you cannot have any HTML tags inside a <title>, the
< and > will automatically be escaped.  Since zope.tal uses html.parser,
it inherits this feature, and so we are no longer able to use <tal:x
...> inside a <title>.

The fix is simple: rewrite the dynamic bits to use tal:content on the
<title> directly instead of embedding <tal:...> tags inside <title>.

1411 of 1411 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 18659606042.3
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18659606042
  • 71779e63 on github
  • Prev Job for on master (#14278709405.1)
  • Next Job for on master (#18659872741.2)
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