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

zulip / zulip / 13305 / 7
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2017 07:15AM UTC
Files 338
Run time 18s
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

02 Mar 2017 06:54AM UTC coverage: 90.398%. Remained the same
TEST_SUITE=backend

push

travis-ci

timabbott
Replace datetime.now() with timezone.now() in Django ORM queries.

When you pass a naive datetime to the Django ORM, it uses settings.TIME_ZONE
for the time zone. In the development environment, both settings.TIME_ZONE
and datetime.now() use 'America/New_York', so there is no change in behavior
there. (fromtimestamp with no tz argument uses the same timezone as
datetime.now)

We are soon going to change settings.TIME_ZONE to UTC, so need to remove
naive datetimes from queries to the ORM.

27575 of 30504 relevant lines covered (90.4%)

0.9 hits per line

Source Files on job 13305.7 (TEST_SUITE=backend)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13305
  • Travis Job 13305.7
  • 562bc642 on github
  • Prev Job for TEST_SUITE=backend on master (#13304.7)
  • Next Job for TEST_SUITE=backend on master (#13306.6)
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