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

mgedmin / mgp2pdf / 37 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2014 10:29AM UTC
Files 1
Run time 2s
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

05 Dec 2014 10:27AM UTC coverage: 100.0%. Remained the same
37.3

push

travis-ci

mgedmin
Unify Python 2 and Python 3 output

This is subtle: Python 2 treats / as integer division (i.e. rounds
down).  Python 3 treats it as float division always.  This produces
subtly-different text positions in some cases.  It's hard to see
visually, but PDF comparison tools notice.

By using a __future__ import I avoid future problems like this creeping
back in.

If rounding down is actually desired somewhere, I can use the //
operator.

565 of 565 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 37.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37
  • Travis Job 37.3
  • 2cc71aca on github
  • Prev Job for on master (#36.3)
  • Next Job for on master (#38.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