Skip to content

Instantly share code, notes, and snippets.

@ct2034
Last active August 22, 2019 12:19
Show Gist options
  • Select an option

  • Save ct2034/6e3967d999e408dcdfa571ad14847078 to your computer and use it in GitHub Desktop.

Select an option

Save ct2034/6e3967d999e408dcdfa571ad14847078 to your computer and use it in GitHub Desktop.
catkin tools coverage analysis
catkin config --cmake-args -DENABLE_COVERAGE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug
catkin build
catkin build $PACKAGE_NAME -v --no-deps --catkin-make-args ${PACKAGE_NAME}_coverage
# src: https://github.com/mikeferguson/code_coverage/blob/a5ad8e8f7d2315b837d6ea99e20c500c818d6139/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment