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

mgedmin / zodbbrowser / 18659606042
100%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2025 05:17PM UTC
Jobs 5
Files 13
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

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

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

1414 of 1414 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18659606042.1 20 Oct 2025 05:17PM UTC 13
100.0
GitHub Action Run
2 18659606042.2 20 Oct 2025 05:18PM UTC 13
100.0
GitHub Action Run
3 18659606042.3 20 Oct 2025 05:18PM UTC 13
100.0
GitHub Action Run
4 18659606042.4 20 Oct 2025 05:18PM UTC 13
100.0
GitHub Action Run
5 18659606042.5 20 Oct 2025 05:18PM UTC 13
100.0
GitHub Action Run
Source Files on build 18659606042
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 71779e63 on github
  • Prev Build on master (#14278709405)
  • Next Build on master (#18659872741)
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