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

dbrgn / tangible / 102 / 3
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 12 Nov 2017 12:37AM 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:31AM UTC coverage: 1.336%. Remained the same
102.3

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.

8 of 599 relevant lines covered (1.34%)

0.01 hits per line

Source Files on job 102.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 102
  • Travis Job 102.3
  • efb283bc on github
  • Prev Job for on master (#99.3)
  • Next Job for on master (#103.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