How do I set up a ROS repository for coveralls.io? [closed]
I have a github repository with a catkin package inside which only holds C++ code. I have already set it up for travis-ci, and now want to further configure it for coveralls.io to analyse the coverage of my tests. How do I do that?
I have already read through coverall.io's examples here, and tried to find other ROS repos which use Coveralls.io. Unfortunately, none of those approaches helped me.
Any help is welcome!
P.S.: I use ROS Indigo, Ubuntu 14.04.
It's been a long time, and this question went without much activity. By now, a lot of people use coveralls, and there are plenty of examples out there. Hence, I close my question.