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

weldr / lorax / 238
42%

Build:
DEFAULT BRANCH: master
Ran 28 May 2018 02:56PM 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
238

Pull #366

travis-ci

web-flow
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
string to contstants and exposing current test and regexp
list via class attributes. It's also now possible to set
the log request handler class for a LogMonitor.

This funactionality can then be used for example like this:

customized_log_request_handler = monitor.LogRequestHandler
customized_log_request_handler.simple_tests.remove(monitor.TEST_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.
Pull Request #366: Make LogRequestHandler configurable

354 of 1364 branches covered (25.95%)

Branch coverage included in aggregate %.

21 of 21 new or added lines in 1 file covered. (100.0%)

1692 of 4068 relevant lines covered (41.59%)

0.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 238.1 28 May 2018 02:56PM UTC 0
37.67
Travis Job 238.1
Source Files on build 238
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #238
  • Pull Request #366
  • PR Base - master (#233)
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