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

roundup-tracker / roundup / 12735729551
74%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2025 05:51PM UTC
Jobs 1
Files 117
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

12 Jan 2025 05:34PM UTC coverage: 73.637% (-0.02%) from 73.657%
12735729551

push

github

rouilj
fix: issue2551387 - TypeError: not indexable.

Fix crash due to uninitialized list element on a (Mini)FieldStorage
when unexpected input is posted via wsgi. This doesn't happen when
running roundup-server. It might happen under other front ends.

Moved the code that sets '.list = [] if .list == None' to the main
flow. Added an exception hander that logs the value of self.form if
self.form.list raises an AttributeError. This exception should never
happen if I understand the code correctly (but I probably don't).

Fixed a number of test cases that were broken because I was calling
Client and passing '[]' rather than a cgi.formStorage object.

Added test cases:

   create a FileStorage (self.form) with .list = None.

   check AttributeError exception and verify logging.

Problem reported and debugged by Christof Meerwald.

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

117 existing lines in 3 files now uncovered.

18483 of 25100 relevant lines covered (73.64%)

2.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12735729551.1 12 Jan 2025 05:51PM UTC 117
73.64
GitHub Action Run
Source Files on build 12735729551
  • Tree
  • List 117
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12735729551
  • 6e35fc1a on github
  • Prev Build on master (#12692016031)
  • Next Build on master (#12804206451)
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