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

mgedmin / zodbbrowser / 319 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2017 11:51AM UTC
Files 13
Run time 1s
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

13 Dec 2017 11:44AM UTC coverage: 97.143%. Remained the same
319.5

push

travis-ci

mgedmin
Fix ValueError on Windows

time.gmtime() doesn't like times older than 1970-01-01 on Windows.

Actually the cutoff is 12 hours before, when it's already 1970-01-01 somewhere
in the world:

  >>> time.gmtime(-12*60*60)
  ValueError: (22, 'Invalid argument')
  >>> time.gmtime(-12*60*60+1)
  time.struct_time(tm_year=1969, ...)

1258 of 1295 relevant lines covered (97.14%)

0.97 hits per line

Source Files on job 319.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 319
  • Travis Job 319.5
  • 10a33259 on github
  • Prev Job for on master (#318.6)
  • Next Job for on master (#320.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