OpenCppCoverage

Results 85 comments of OpenCppCoverage

Hello, Sorry for my late answer. What is the expected behavior when sorting by coverage percentage? I did not notice any changes. Moreover, the first line is the sum of...

Hi, I have added [Your application has thrown an unhandled exception. Code: 3221225477: EXCEPTION_ACCESS_VIOLATION](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ#your-application-has-thrown-an-unhandled-exception-code-3221225477-exception_access_violation) to the FAQ. I hope it helps, OpenCppCoverage

Hi, > If you can not reproduce the problem ,how to get dump? Do you mean, you do not have the issue? ``` *** Your application has thrown an unhandled...

Hello, Thank you for your suggestion. I will try to implement it for the next release. OpenCppCoverage

Hello, CMake integration is not planned. For now, I am staying focused on the core features of OpenCppCoverage because of a lake of time. What kind of sync is required?...

Hello, Here is the high level details for a quick and dirty solution. Let me know if you have more specific questions. 1. Let OpenCppCoverage knows your unit test is...

Hi @delsner : I am sorry for my late answer. > Would you be interested in bringing this feature to the main repository? It would be an interesting feature, but...

Hi, You have no coverage because you run `C:\VCS\Leonardo\FBG_Steuerung_Kondensor_SF_FF_Observer\Condenser_Control\Solution\Debug\SVC_LIGHT_Tests.exe` whereas the selected module is `P:\Leonardo\FBG_Steuerung_Kondensor_SF_FF_Observer\Condenser_Control\Solution\Debug\SVC_LIGHT_Tests.exe` (**P:** VS **C:\VCS**) Does drive `P:` map to `C:\VCS`? If yes, [Network path special considerations](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ#network-path-special-considerations)...

Hello, Here is a full example of a console application with a static library. [ConsoleApplication.zip](https://github.com/OpenCppCoverage/OpenCppCoverage/files/2129778/ConsoleApplication.zip) - Compile the project x86 / Win32 - execute ``RunCoverge.bat``. => In the HTML report,...

Hello, Feel free to reopen an issue if you still have the problem. OpenCppCoverage