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

dhs-ncats / pshtt / 602 / 1
43%
master: 43%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 23 Nov 2018 09:49PM 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

23 Nov 2018 09:47PM UTC coverage: 41.131% (-2.2%) from 43.299%
602.1

Pull #179

travis-ci

web-flow
Fix test

Note that changing the logic from:
if domain.https.live == False and domain.httpswww.live == False:
to:
if not domain.https.live and not domain.httpswww.live:
changes the result when both domain.https.live and
domain.httpswww.live are both None.  This is because None != False but
not None is True.

I think that in the edge case where domain.https.live == None and
domain.httpswww.live == None it makes more sense to return "N/A" anyway.
Pull Request #179: Add support for client authentication, some minor refactoring

320 of 778 relevant lines covered (41.13%)

0.41 hits per line

Source Files on job 602.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 476
  • Travis Job 602.1
  • 71a6beb5 on github
  • Prev Job for on develop (#593.1)
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