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

andygrunwald / go-gerrit / 122
11%
master: 17%

Build:
Build:
LAST BUILD BRANCH: from_url
DEFAULT BRANCH: master
Ran 13 Sep 2016 01:24AM UTC
Jobs 2
Files 20
Run time 6s
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
122

push

travis-ci

opalmer
apply Authorization header in addAuthentication

For digest based auth. we were reusing the request
anytime we received StatusUnauthorized from the
server. The first attempt to fix this was to
reconstruct the request which worked but was
more complicated.  This commit improves on the
previous approach by:

  * Removing the special digest only code in Do()
  * Removing the need to modify all of go-gerrit to
    pass in the request input to Do()
  * Sending a request to the target URI without a
    body. This reduces the amount of traffic to the server
    and also help to allow the http client to reuse the
    connection in some cases.

231 of 2164 relevant lines covered (10.67%)

2.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 122.1 13 Sep 2016 01:24AM UTC 0
10.67
Travis Job 122.1
2 122.2 13 Sep 2016 01:24AM UTC 0
10.67
Travis Job 122.2
Source Files on build 122
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #122
  • 30db148a on github
  • Prev Build on digest_bug_fix (#120)
  • Next Build on digest_bug_fix (#124)
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