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

dbrgn / tangible / 102
97%

Build:
DEFAULT BRANCH: master
Ran 12 Nov 2017 12:34AM UTC
Jobs 3
Files 12
Run time 2min
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
102

push

travis-ci

dbrgn
Replace xrange with range. (#17)

In Python 3, range is the same as Python 2's xrange.  For small ranges, there isn't much benefit to using a generator instead of just generating a list, so it is simpler to just use range in both versions of Python instead of switching between how it is called depending on Python version when the ranges used are small. In this case, most are smaller than 201 entries, most appear in only test/example code, and it makes no noticable difference in how long tests take to run.

490 of 599 relevant lines covered (81.8%)

1.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 102.1 12 Nov 2017 12:37AM UTC 0
81.8
Travis Job 102.1
2 102.2 12 Nov 2017 12:34AM UTC 0
81.8
Travis Job 102.2
3 102.3 12 Nov 2017 12:37AM UTC 0
1.34
Travis Job 102.3
Source Files on build 102
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #102
  • efb283bc on github
  • Prev Build on master (#99)
  • Next Build on master (#103)
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