On Freitag, 26. Oktober 2007, yzhh wrote: > 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? > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric
After a coverage run (or sevearl ones) you have the code coverage available in the show sub menu of the project menu and the editor context menu. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
