industrial_training
industrial_training copied to clipboard
Suggestion: Add code coverage analysis to unit testing section
I would suggest to add an "how to" section about adding code coverage analysis (e.g. using the code coverage cmake module) to the unit testing section.
any progress about this?
@UniverseHan Nope
It's not strictly a tutorial, but you can check out @Levi-Armstrong 's branch of the cmake_common_scripts project. He has started curating some commonly used CMake macros (including code coverage) into this project for easier use by other projects. There is an example in the README that shows how to add code coverage to a target
@fkromer Ok, I am happy to contribute to this subject. let me try.
@UniverseHan Cool. Thx.