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

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

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

pending completion
602

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

156 of 156 new or added lines in 3 files covered. (100.0%)

320 of 778 relevant lines covered (41.13%)

0.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 602.1 23 Nov 2018 09:49PM UTC 0
41.13
Travis Job 602.1
Source Files on build 602
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #602
  • Pull Request #179
  • PR Base - develop (#593)
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