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

dbrgn / tangible / 100
82%
master: 97%

Build:
Build:
LAST BUILD BRANCH: py3
DEFAULT BRANCH: master
Ran 12 Nov 2017 12:27AM UTC
Jobs 2
Files 12
Run time 1min
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
100

push

travis-ci

dbrgn
Replace xrange with range.

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%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
2 100.2 12 Nov 2017 12:27AM UTC 0
81.8
Travis Job 100.2
3 100.3 12 Nov 2017 12:28AM UTC 0
1.34
Travis Job 100.3
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • 89c88c17 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