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

weldr / lorax / 238 / 1
42%
master: 42%

Build:
DEFAULT BRANCH: master
Ran 28 May 2018 02:56PM UTC
Files 29
Run time 2s
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

28 May 2018 02:47PM UTC coverage: 37.666% (+0.2%) from 37.456%
238.1

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 %.

1692 of 4068 relevant lines covered (41.59%)

0.42 hits per line

Source Files on job 238.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 47
  • Travis Job 238.1
  • eec2fc19 on github
  • Prev Job for on master (#233.1)
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