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

vijaykatam / django-cache-manager / 101 / 3
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2017 06:21PM UTC
Files 10
Run time 0s
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

25 Oct 2017 06:20PM UTC coverage: 93.197%. Remained the same
DJANGO_VERSION=1.7.10 DJANGO_NOSE_VERSION=1.4.1

push

travis-ci

vijaykatam
Avoid spurious cache miss when query is empty (#30)

The lines after `if not result_set:` are executed (as if there had been a cache miss) if the key was found but the resulting set was empty (`False` in a boolean context). This changes the line for a explicit comparison with `None` (the response if there's a cache miss).

137 of 147 relevant lines covered (93.2%)

0.93 hits per line

Source Files on job 101.3 (DJANGO_VERSION=1.7.10 DJANGO_NOSE_VERSION=1.4.1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 101
  • Travis Job 101.3
  • aeac3425 on github
  • Prev Job for DJANGO_VERSION=1.7.10 DJANGO_NOSE_VERSION=1.4.1 on master (#95.3)
  • Next Job for DJANGO_VERSION=1.7.10 DJANGO_NOSE_VERSION=1.4.1 on master (#103.3)
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