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

google / oauth2client / 1557 / 10
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v4.1.3
DEFAULT BRANCH: master
Ran 20 Sep 2016 08:59PM UTC
Files 72
Run time 4s
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 Sep 2016 08:57PM UTC coverage: 100.0%. Remained the same
TOX_ENV=cover

push

travis-ci

web-flow
Remove httplib2 monkeypatching (#653)

httplib2 now uses a new class, _AuthorizedHttp, to wrap the request method.

This is a breaking change for users who expected the http object to be
modified, e.g.:

    credentials.authorize('http')
    # perform authed request
    http.request(...)

Instead, users should use the return value of `authorize`:

    authed_http = credentials.authorize('http')
    authed_http.request(...)

* Remove ability to pass http.request to transport.httplib2.request, fixes #601
* rename inject_credentials to make_authorized_http
* Fix credential.authorize to call make_authorized_http

8211 of 8211 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 1557.10 (TOX_ENV=cover)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1557
  • Travis Job 1557.10
  • 5fce037f on github
  • Prev Job for TOX_ENV=cover on transport-refactor (#1552.10)
  • Next Job for TOX_ENV=cover on transport-refactor (#1567.10)
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