Hello,
I never try the code coverage feature inside Visual Studio because it requires the "Enterprise" edition.
Here are some features of OpenCppCoverage:
OpenCppCoverage is very easy to use so you should give it a try and see if it fit your needs.
Note: OpenCppCoverage produces a better result in debug mode.
I hope this will help,
OpenCppCoverage
I never try the code coverage feature inside Visual Studio because it requires the "Enterprise" edition.
Here are some features of OpenCppCoverage:
- No need to recompile the code, you just need pdb files and source files.
- You can have a partial code coverage based on a diff file(It is useful if you want to know the coverage of a specific pull request for example).
- It works well with Jenkins.
-
You can exclude a line based on a tag.
OpenCppCoverage is very easy to use so you should give it a try and see if it fit your needs.
Note: OpenCppCoverage produces a better result in debug mode.
I hope this will help,
OpenCppCoverage





