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

dls-controls / scanpointgenerator / 447 / 3
99%
master: 97%

Build:
Build:
LAST BUILD BRANCH: mergingConcat
DEFAULT BRANCH: master
Ran 16 Mar 2017 12:05PM UTC
Files 28
Run time 2min
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

16 Mar 2017 12:03PM UTC coverage: 98.953%. Remained the same
447.3

push

travis-ci

xen-0
Fix coverage support for Jython Travis build

"nosetests --with-coverage" uses coverage.py, which has two phases:

 - The first (run) phase runs the code and records the lines hit.
   This phase *works* when run with Jython.

 - The second (report) phase analyses the source code to determine all
   the possible paths, allowing the "miss" count to be built.
   This phase *fails* when run with Jython.

Nose does not allow omission of the second step, so our Jython tests
will always "fail" with the last error being the failure of the code
coverage report step. We can absorb this error and analyse the test
output ourselves (grep for non-zero Failures/Errors in xunit xml
output), leaving a suitable return code in "$?".

The "python version" of coveralls can then be run and will use the
output of the Jython coverage.py run.

1040 of 1051 relevant lines covered (98.95%)

0.99 hits per line

Source Files on job 447.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 447
  • Travis Job 447.3
  • 1ec7511f on github
  • Prev Job for on jython (#446.3)
  • Next Job for on jython (#449.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

© 2025 Coveralls, Inc