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

dls-controls / scanpointgenerator / 446 / 5
99%
master: 97%

Build:
Build:
LAST BUILD BRANCH: mergingConcat
DEFAULT BRANCH: master
Ran 16 Mar 2017 12:00PM 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

16 Mar 2017 11:57AM UTC coverage: 97.336%. First build
JYTHON=true

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.

1023 of 1051 relevant lines covered (97.34%)

0.97 hits per line

Source Files on job 446.5 (JYTHON=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 446
  • Travis Job 446.5
  • 0ebe8690 on github
  • Next Job for JYTHON=true on jython (#447.5)
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