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

xolox / python-apache-manager / 2 / 3
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 27 Sep 2015 04:43PM UTC
Files 4
Run time 0s
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

27 Sep 2015 04:40PM UTC coverage: 93.61%. Remained the same
2.3

push

travis-ci

xolox
Explicitly specify BeautifulSoup parser*

* This avoids BeautifulSoup from emitting the following warning:

    "No parser was explicitly specified, so I'm using the best available
    HTML parser for this system ("html.parser"). This usually isn't a
    problem, but if you run this code on another system, or in a
    different virtual environment, it may use a different parser and
    behave differently."

  About the choice for `html.parser': This is the only parser built into
  the Python standard library and it seems to work fine for Apache
  status pages (which makes sense because these pages don't contain
  arbitrary invalid HTML, they are fairly well formed and simple) so I
  don't see any point in pulling in another external dependency.

293 of 313 relevant lines covered (93.61%)

0.94 hits per line

Source Files on job 2.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 2.3
  • 1f3f1523 on github
  • Prev Job for on master (#1.3)
  • Next Job for on master (#4.3)
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