Open
Description
Originally reported by Geoff Bache (Bitbucket: geoffbache, GitHub: Unknown)
This is using the suggested method of collecting coverage info under Jython and then building the report under CPython.
The problem is that Jython's sys.settrace does not do anything for the listed lines, whereas CPython thinks they could have been covered, so they are always reported as missing.
No response when asking about this on the Jython list. A workaround in coverage.py would be nice, might get round to writing one.
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/120
- This issue had attachments: issue120. See the original issue for details.