Code Coverage Integration in CLion
已回答
Hello all,
I just have what I hope is a very quick question: Is there any kind of code coverage integration in CLion? I've been looking around the internet and I have not found any mention of it. I am afraid I am simply missing something. I can always use something like gcov, but I was just wondering if there was some tool that was very well integrated into CLion or whether there was functionality in CLion for reading gcov (or other code coverage/profiling tool) output.
Thank you in advance.
Sincerely,
-Eugene
请先登录再写评论。
Hi Eugene.
It's not implemented in CLion yet.
We have the feature request about Valgrind integration: https://youtrack.jetbrains.com/issue/CPP-548
Feel free to comment or upvote.
Oh OK. Thank you very much!
It would be great to have a source code editor window and summary window integration like that one provided by this package https://atom.io/packages/lcov-info for the Atom IDE.
I've got my cmake code coverage working very well with gcovr, it produces html reports for me. It'd be great of clion supported this!
We have the feature request about Code Coverage support: https://youtrack.jetbrains.com/issue/CPP-9678. Please comment or upvote.
Btw, Code coverage already supported in CLion 2019.3!