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

weldr / lorax / 256
42%

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2018 09:35PM UTC
Jobs 1
Files 29
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
256

push

travis-ci

bcl
Make LogRequestHandler configurable

Make it possible to manipulate the simple and regexp
tests the LogRequestHandler class uses to check error
messages for potential error states.

This is accomplished by moving the simple and regexp test
strings to class members, where they can be easily
manipulated by users of the pylorax module.

It's also now possible to set the log request handler class
for a LogMonitor.

This functionality can then be used for example like this:

customized_log_request_handler = monitor.LogRequestHandler
customized_log_request_handler.simple_tests.remove("Call Trace:")
log_monitor = monitor.LogMonitor(install_log,
                                 timeout=opts.timeout,
                                 log_request_handler_class = customized_log_request_handler)

This way installation will continue even if there was a call
trace in the logs. In a similar way additional tests and regexps can be
also added.

422 of 1446 branches covered (29.18%)

Branch coverage included in aggregate %.

1845 of 4233 relevant lines covered (43.59%)

0.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 256.1 06 Jun 2018 09:35PM UTC 0
39.92
Travis Job 256.1
Source Files on build 256
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #256
  • d5d3dd3b on github
  • Prev Build on master (#251)
  • Next Build on master (#258)
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