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

zopefoundation / Zope / 19366816773
82%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2025 02:01PM UTC
Jobs 1
Files 349
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

14 Nov 2025 01:59PM UTC coverage: 82.341%. Remained the same
19366816773

push

github

web-flow
Upgrade to Chameleon 4.6.0. (#1252)

* Use Chameleon 4.6.0

* Fix parsing of untrusted Python expressions.

This was returning an ast.Expression() node.
In Chameleon 4.4.4 that was handled correctly when generating code
(https://github.com/malthe/chameleon/blob/4.4.4/src/chameleon/astutil.py#L295)

In Chameleon >=4.5.0, it now uses ast.unparse for generating code.
It does not explicitly handle Expression nodes,
so it falls back to a generic visitor that clears the code generated so far.
Then we got strange indentation errors while trying to run the template.

Expression is meant to be a top-level node and shouldn't be used here.
Returning the expression body also matches what the trusted PythonExpr
does (https://github.com/malthe/chameleon/blob/master/src/chameleon/tales.py#L235)

* - remove comments

* - add a couple smaller dependency updates

---------

Co-authored-by: David Glick <david@glicksoftware.com>
Co-authored-by: Jens Vagelpohl <jens@plyp.com>

3531 of 6002 branches covered (58.83%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

28106 of 32420 relevant lines covered (86.69%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19366816773.1 14 Nov 2025 02:01PM UTC 349
82.34
GitHub Action Run
Source Files on build 19366816773
  • Tree
  • List 349
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 82056cf7 on github
  • Prev Build on master (#19361328782)
  • Next Build on master (#19387797524)
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

© 2025 Coveralls, Inc