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

vijaykatam / django-cache-manager / 100 / 5
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2017 10:23PM UTC
Files 10
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

24 Oct 2017 10:22PM UTC coverage: 91.837%. Remained the same
DJANGO_VERSION=1.9.11 DJANGO_NOSE_VERSION=1.4.3

Pull #30

travis-ci

web-flow
Avoid spurious cache miss when query is empty  

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).
Pull Request #30: Avoid spurious cache miss when query is empty

135 of 147 relevant lines covered (91.84%)

0.92 hits per line

Source Files on job 100.5 (DJANGO_VERSION=1.9.11 DJANGO_NOSE_VERSION=1.4.3)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.5
  • fbb2d884 on github
  • Prev Job for DJANGO_VERSION=1.9.11 DJANGO_NOSE_VERSION=1.4.3 on master (#95.5)
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