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

roundup-tracker / roundup / 25532790014
75%

Build:
DEFAULT BRANCH: master
Ran 08 May 2026 02:24AM 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

08 May 2026 02:11AM UTC coverage: 74.758% (-0.05%) from 74.811%
25532790014

push

github

rouilj
bug: issue2551405 - locale error causes 500 code uwsgi with no log

Changed exception handling in two places.

There is an inner try/except where I added the more specific
ConnectionAbortedError before the existing IOError
exception. ConnectionAbortedError should be what is returned (in
python 3) when writing on a closed connection caused by the client
going away. Unable to test though.

Then I set up IOError to log/report exception as it is
unexpected. This logs useful error for the issue.

In the outer try/except, I replaced outer IOError handler with
ConnectionAbortdError handler. Then I removed IOError handler and let
an IOError fall through the last resort exception handler.

For this specific translator issue, generating the html error message
also crashes because it is trying to translate it and translation
fails. So I wrap the cgitb.http call in try/except Exception and
logger.exception() the original exception so there is something useful
logged.

2 of 21 new or added lines in 1 file covered. (9.52%)

11 existing lines in 2 files now uncovered.

19180 of 25656 relevant lines covered (74.76%)

4.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
19
80.25
-0.95% roundup/cgi/client.py

Coverage Regressions

Lines Coverage ∆ File
9
87.3
-1.22% roundup/instance.py
2
80.25
-0.95% roundup/cgi/client.py
Jobs
ID Job ID Ran Files Coverage
1 25532790014.1 08 May 2026 02:24AM UTC 117
74.76
GitHub Action Run
Source Files on build 25532790014
  • Tree
  • List 117
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25532790014
  • 1f4b1da7 on github
  • Prev Build on master (#25392048822)
  • Next Build on master (#25645930831)
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