I need to be able to check how well my C++ code covered by unit test in critical places. I'm using Clion as IDE based on Cmake project structure (not sure if something else supported). Is there any ways to get code coverage info with Clion?
There is no such feature in CLion for now. The feature request exists. Also we are unaware of any existing plugin for code coverage in CLion.