Hello,
I created a console application that calls a class located in another dll. I removed the pdb associated to the executable. I was able to see the coverage of the dll, but of course, not the one of the executable.
Can you try to run OpenCppCoverage without filters (do not use --sources or --modules)?
Does your application run a child process. If yes, please use --cover_children flag.
Is there anything special in your application or dll?
If none of the previous suggestion help, can you send the log created with --verbose flag.
Let me know if you solve your problem,
OpenCppCoverage
I created a console application that calls a class located in another dll. I removed the pdb associated to the executable. I was able to see the coverage of the dll, but of course, not the one of the executable.
Can you try to run OpenCppCoverage without filters (do not use --sources or --modules)?
Does your application run a child process. If yes, please use --cover_children flag.
Is there anything special in your application or dll?
If none of the previous suggestion help, can you send the log created with --verbose flag.
Let me know if you solve your problem,
OpenCppCoverage





