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

python-diamond / Diamond / 1347 / 1
24%
master: 24%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2016 09:58PM UTC
Files 12
Run time 1s
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

21 Dec 2016 09:56PM UTC coverage: 58.937% (-0.8%) from 59.729%
1347.1

Pull #567

travis-ci

web-flow
Support HTTPS mod_status URLs and redirects

Previously, HttpdCollector assumed all URLs on their default ports
were requests to port 80. In the case of a `http://localhost/` ->
`https://localhost/` redirect, the latter URL is parsed by `urlparse`
as "Host localhost on the default port" (`parts.netloc` aka `parts[1]`
did not contain a `:`), and a request is made to `http://localhost/`,
which promptly re-redirects to HTTPS again.

Transition to using the attribute names of `urlparse` for readability,
and support both HTTP and HTTPS URLs, by examining the scheme and
constructing the correct httplib class accordingly.
Pull Request #567: Fix infinite redirect loop with httpd collector, support HTTPS

521 of 884 relevant lines covered (58.94%)

0.59 hits per line

Source Files on job 1347.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1347
  • Travis Job 1347.1
  • 90e315f4 on github
  • Prev Job for on master (#1324.2)
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

© 2025 Coveralls, Inc