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

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

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2017 06:30PM 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: 91.837%. Remained the same
DJANGO_VERSION=1.10.3 DJANGO_NOSE_VERSION=1.4.4

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

135 of 147 relevant lines covered (91.84%)

0.92 hits per line

Source Files on job 101.6 (DJANGO_VERSION=1.10.3 DJANGO_NOSE_VERSION=1.4.4)
  • 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.6
  • aeac3425 on github
  • Prev Job for DJANGO_VERSION=1.10.3 DJANGO_NOSE_VERSION=1.4.4 on master (#95.6)
  • Next Job for DJANGO_VERSION=1.10.3 DJANGO_NOSE_VERSION=1.4.4 on master (#103.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

© 2025 Coveralls, Inc