[Eric] Can I view code coverage results in eric?
yzhh
yezonghui at gmail.com
Fri Oct 26 07:58:21 BST 2007
As the title says, I fail to find a way to view coverage results in eric ( eric3
on debian etch).
I have to run these commands to get a report and an annotated source:
$ cp script.coverage .coverage
$ python /usr/share/eric/modules/DebugClients/Python/PyCoverage.py -r script.py
$ python /usr/share/eric/modules/DebugClients/Python/PyCoverage.py -a script.py
Did I carelessly miss anything?
More information about the Eric
mailing list