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

dls-controls / scanpointgenerator / 449 / 1
99%
master: 97%

Build:
Build:
LAST BUILD BRANCH: mergingConcat
DEFAULT BRANCH: master
Ran 17 Mar 2017 11:42AM UTC
Files 28
Run time 1s
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

17 Mar 2017 11:33AM UTC coverage: 98.763%. Remained the same
449.1

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.

1038 of 1051 relevant lines covered (98.76%)

0.99 hits per line

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