rainerf / ricodebug

ricodebug is a debugger featuring data visualization, similar to DDD
12 stars 9 forks source link

Automated Coverage in Makefile #37

Closed sti87 closed 12 years ago

sti87 commented 12 years ago

Implements automated coverage of python modules in the Makfile. Execute as following.

make coverage

This also open up a browser and open the the index.html of the coverage.

This pull request also fixes the first bug found with python-coverage.