My build environment is configured to compile, run, and create a coverage file on the command line (using the Ned Batchelder coverage.py tool).
I use Eclipse with PyDev as my editor, but for practical reasons I donโt find it possible / convenient for me to convert my entire build environment to Eclipse (and thus generate coverage data directly from the IDE, since it is intended to be done)
PyDev seems to use the same coverage tool (or something very similar to it) to generate information about its coverage, so I guess there is some way to integrate my external coverage files into Eclipse / PyDev.
Any idea on how to do this?
python eclipse code-coverage pydev python-coverage
Kena
source share