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

numberoverzero / texas / 9 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2016 05:23AM UTC
Files 1
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

19 Feb 2016 04:52AM UTC coverage: 100.0%. Remained the same
TOX_ENV=py35

push

travis-ci

numberoverzero
PathDict takes path_on_missing kwarg.  Fixes #2

This is a huge performance fix, since the previous code would create a PathDict
at every segment.  Each lookup would then go through the next PathDict's __getitem__
which involved a call to traverse, which did a bunch of work.  This makes the factory
configurable, and defaults to a dict.

As expected, this doesn't change the behavior at all, since it was the root PathDict
doing traversal, and the branch/leaf nodes don't need to know what's going on.

114 of 114 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 9.1 (TOX_ENV=py35)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 9.1
  • 04424576 on github
  • Prev Job for TOX_ENV=py35 on master (#8.1)
  • Next Job for TOX_ENV=py35 on master (#10.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