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

apexskier / httpauth / 119 / 3
55%
master: 55%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2016 01:54PM UTC
Files 5
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

10 Apr 2016 01:52PM UTC coverage: 71.893%. First build
119.3

Pull #30

travis-ci

bkrem
Fixes fallthrough check for previous user authentication.

Comparing `session.Values["username"] != nil` will match ANY value, not only the username of a previously authenticated user. This resulted in "already authenticated" being returned even when no authentication had taken place, as Values["username"] simply was not nil.
Comparing directly to the passed username value with ` == u` fixes this issue.
Pull Request #30: Fixes fall-through check for previous user authentication

376 of 523 relevant lines covered (71.89%)

3.41 hits per line

Source Files on job 119.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 119
  • Travis Job 119.3
  • fab77f53 on github
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