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

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

Build:
Build:
LAST BUILD BRANCH: mergingConcat
DEFAULT BRANCH: master
Ran 16 Mar 2017 11:58AM UTC
Jobs 5
Files 28
Run time 1min
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

pending completion
446

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.

1041 of 1051 relevant lines covered (99.05%)

4.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 446.1 16 Mar 2017 11:58AM UTC 0
98.76
Travis Job 446.1
2 446.2 16 Mar 2017 11:59AM UTC 0
98.95
Travis Job 446.2
3 446.3 16 Mar 2017 11:59AM UTC 0
98.95
Travis Job 446.3
4 446.4 16 Mar 2017 11:59AM UTC 0
98.95
Travis Job 446.4
5 446.5 (JYTHON=true) 16 Mar 2017 12:00PM UTC 0
97.34
Travis Job 446.5
Source Files on build 446
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #446
  • 0ebe8690 on github
  • Prev Build on jython (#445)
  • Next Build on jython (#447)
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