I know Eclipse + PyDev has an option Run As => 3 Python Coverage. But all it reports is:
Run As
3 Python Coverage
Ran 6 tests in 0.001s OK
Ran 6 tests in 0.001s
OK
See if this helps http://www.machine-envy.com/blog/2006/07/29/automated-python-testing-with-nose-and-eclipse/
It uses nosetests with the –with-coverage option.
–with-coverage