It helps when writing tests... easier than parsing all that console output with your eyeballs.
I ran into a situation where old coverage data caused the command to fail. Perhaps we should run coverage erase first?
I note that nosetests has a --cover-html option.
Also, probably worth cleaning this up in make clean.
rebased
Thanks @mikem! I rebased based on your comments.
Commit dfaa593f fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
It helps when writing tests... easier than parsing all that console output with your eyeballs.