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

dbrgn / tangible / 100 / 3
82%
master: 97%

Build:
Build:
LAST BUILD BRANCH: py3
DEFAULT BRANCH: master
Ran 12 Nov 2017 12:28AM UTC
Files 12
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

12 Nov 2017 12:25AM UTC coverage: 1.336%. First build
100.3

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.

8 of 599 relevant lines covered (1.34%)

0.01 hits per line

Source Files on job 100.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.3
  • 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