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

okfn / ckan-service-provider / 64 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2013 09:57PM UTC
Files 6
Run time –
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

17 Oct 2013 09:57PM UTC coverage: 89.462%. First build
64.1

Pull #14

travis-ci

vitorbaptista
Allow user to disable LOG_FILE handler

As we already set the LOG_FILE configuration variable by default, there was no
way for the user to disable having a log file. Even if she tried to do

    LOG_FILE = None

It won't work, because logging.handlers.RotatingFileHandler() throws an error
when called with None. Even if it worked, we still added this handler a few
lines down, because we were checking if there was a LOG_FILE key in the config
file (which is always true, given that we set it by default and there's no way
IMHO to delete it)

With this patch, we only create the file handler if there is a
RotatingFileHandler, and it's trueish.
Pull Request #14: Allow user to disable LOG_FILE handler

416 of 465 relevant lines covered (89.46%)

0.89 hits per line

Source Files on job 64.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 64
  • Travis Job 64.1
  • 4831820e on github
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