Getting python coverage for rostests
I'm using python's coverage to generate code coverage data. I have some python packages that have both rostests and unittests(nosetest). I am able to generate the coverage data on the unittests, but can't seem to figure out how to get the data (.coverage) for the rostests. Is it possible? I tried what was recommended here ( http://answers.ros.org/question/18189... ), but didn't have any luck. I'm using Indigo.
Did you solve the problem meanwhile? Or has anybody else solved this problem so far?