Open jschleicher opened 4 years ago
Another option might be using ros-pytest instead.
Any news on this? We stumbled upon the same issue... You guys rely on ros-pytest for now?
@agutenkunst We determine the coverage locally using bash script run-coverage.sh for now. Should be integrated into moveit-ci at some later point I'd say.
the
_nosetests
macro reads the environment variableCATKIN_TEST_COVERAGE
, so that has to be set, see catkin/cmakeThen a
.coverage
is created inside the build directory. We'd have to combine them with the rostest output and different nosetest runs (that are using unittest without nose by the way)In fact I think we probably need to fix the catkin cmake macros for proper python coverage...
_Originally posted by @jschleicher in https://github.com/PilzDE/pilz_teach/pull/34#issuecomment-567009247_