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

release-engineering / pubtools-pulplib / 190
100%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2019 12:34AM UTC
Jobs 1
Files 36
Run time 3s
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

pending completion
190

push

travis-ci

web-flow
Fix handling of errors with response=None (#51)

Our retry policy has custom handling for 404 responses.
The code for that had wrongly assumed that, whenever an exception
had a response attribute, that attribute would be something
other than None.

In practice, the response is None for certain exceptions generated
by the requests library where a failure occurred before a response
was available (e.g. SSL handshake errors, I/O errors). Make sure
we tolerate this, so those exceptions propagate correctly rather
than being transformed to an internal error in the retry policy.

1282 of 1282 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
4 190.4 (TOX_ENV=cov-travis DEPLOY=1) 10 Sep 2019 12:34AM UTC 0
100.0
Travis Job 190.4
Source Files on build 190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #190
  • 906bf98f on github
  • Prev Build on master (#183)
  • Next Build on master (#191)
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