How to see code coverage in Clion

I need to check how well my C ++ code is covered by unit test in critical places. I use Clion as an IDE based on the Cmake project structure (not sure if something else is supported). Are there any ways to get code coverage information with Clion?

+4
source share
1 answer

There is no such function in CLion yet. Function request exists . Also, we do not know about the existing plugin for code coverage in CLion.

+4
source

Source: https://habr.com/ru/post/1663955/


All Articles