Generating a C++ Code Coverage Report with Colcon
Just trying to create something similar to the ROS 2 CI for code coverage (example here).
With colcon mixins, I've seen coverage-gcc
under build
mixins, but I'm not sure how to use it.