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

tofu-rocketry / project-euler / 18
77%

Build:
DEFAULT BRANCH: master
Ran 26 May 2017 08:49AM UTC
Jobs 3
Files 2
Run time 12s
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
18

push

travis-ci

tofu-rocketry
Fix prob8(1) giving mixed type problems

If an argument of 1 is given to prob8, only a single character string is
selected from the num. The Python function reduce() returns that single
char string when getting a single item iterable (rather than applying
its argument's function) so this causes type mismatches in the
comparison on later versions of Python. This commit forces conversion to
int in all cases and corrects the test.

280 of 405 relevant lines covered (69.14%)

2.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18.1 26 May 2017 08:49AM UTC 0
68.89
Travis Job 18.1
2 18.2 26 May 2017 08:49AM UTC 0
68.89
Travis Job 18.2
3 18.3 26 May 2017 08:49AM UTC 0
69.14
Travis Job 18.3
Source Files on build 18
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18
  • 008ab22f on github
  • Prev Build on master (#17)
  • Next Build on master (#19)
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