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

mgedmin / mgp2pdf / 36 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2014 10:19AM UTC
Files 1
Run time 3s
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:17AM UTC coverage: 100.0%. Remained the same
36.4

push

travis-ci

mgedmin
Compare Py2 vs Py3 better using comparepdf and diffpdf

Procedure:

  virtualenv -p python2.7 .
  rm bin/python
  virtualenv -p python3.4 .
  rm bin/python
  bin/python2 --version  # make sure it prints 2.7
  bin/python3 --version  # make sure it prints 3.4
  bin/python2 -m mgp2pdf -o /tmp/py2 samples/*/*.mgp --unsafe
  bin/python3 -m mgp2pdf -o /tmp/py2 samples/*/*.mgp --unsafe
  cd /tmp
  for i in py2/*.pdf; do j=${i/2/3}; comparepdf -c a $i $j || echo $i $j; done
  diffpdf py2/python3.pdf py3/python3.pdf  # for visual eyeballing

564 of 564 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 36.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 36
  • Travis Job 36.4
  • 053da4c4 on github
  • Prev Job for on master (#35.4)
  • Next Job for on master (#37.4)
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