New Post: Multithreaded Test Application
Hello, There is no know issue about multithreaded application and OpenCppCoverage is a single threaded application. I did some test on a small multithreaded code but do not find any issue. As...
View ArticleNew Post: Multithreaded Test Application
Thanks, I will look into it in more detail and report back. Cheers Nigel
View ArticleNew Post: Multithreaded Test Application
It looks like this was a false alarm, sorry about that. Once I had finalized the command line arguments I was using for our other programs that weren't crashing, it is now working with those same...
View ArticleNew Post: Empty Report/Coverage of DLL file?
Hi. I am trying to get code coverage of a dll file with has a pdb associated with it. But it looks like the utility only accepts .exe files. Is there anyway around this? I believe my reports are coming...
View ArticleNew Post: Multithreaded Test Application
Hi, Happy to hear your problem is solved, OpenCppCoverage
View ArticleNew Post: Empty Report/Coverage of DLL file?
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...
View ArticleNew Post: Empty Report/Coverage of DLL file?
Hmm, I think I may have resolved this, though I'm not sure. Is it required to have Visual Studio installed on the machine in order to generate the report? Because I have the source files and I am...
View ArticleNew Post: Empty Report/Coverage of DLL file?
Hello, Visual Studio should not be need to generate the report. Can you provide the log file, perhaps I can find something? OpenCppCoverage
View ArticleNew Post: Cannot find path for the handle.The handle is invalid.
I'm using a CI workflow with Jenkins. A bat file is generated at the end of every compilation, which looks like this:OpenCppCoverage -q --continue_after_cpp_exception --sources...
View ArticleNew Post: Cannot find path for the handle.The handle is invalid.
Hello, If you want to see the latest code you need to select release 0.9 branch (and not master). When an executable load a dll, the method GetFinalPathNameByHandle is called with the dll handle to get...
View ArticleNew Post: Cannot find path for the handle.The handle is invalid.
Hello. I've installed the latest version, the problem persists. Here's a quick project I've created to test the issue.https://github.com/onatbas/OpenCppCoverageTestFail I've included the verbose output...
View ArticleNew Post: Cannot find path for the handle.The handle is invalid.
Hello, I would like to thanks for your link, this is a big help for understanding your problem! I tried exactly the steps you described but I was available to create the coverage with any issue on...
View ArticleNew Post: Does OpenCppCoverage work with managed C++ code?
Does this work with managed C++? Is it able to either report on managed C++ coverage or ignore it? I have tried it on a few native applications and it works great. However, I also have a native Windows...
View ArticleNew Post: Does OpenCppCoverage work with managed C++ code?
Hello, Unfortunately, managed code is not supported. It seems only the pdb format is supported. I have just run vstest.console.exe (unmanaged application to run MSTest) on a managed tests.If I exclude...
View ArticleNew Post: C Comment HTML coloring
Fantastic tool, wow! Is it possible to change to the color of C comments in the output HTML files? C comments are rendered in red, which is close enough to highlighted red sections (code which has not...
View ArticleNew Post: C Comment HTML coloring
Hello, I am happy you find OpenCppCoverage useful. The HTML report is generated using a HTML template located in "Template" folder in your installation folder. The syntax highlightning is performed by...
View ArticleNew Post: C Comment HTML coloring
Thanks for the quick response! That is most helpful. Ken
View ArticleNew Post: Possible support for C++ class coverage?
Hi, With more and more use of your open source software, I feel very excited that I can configure it to do many interesting things, like: Show which line is covered by which test cases run by our...
View ArticleNew Post: Opening our application by OpenCppCoverage tool takes a long time
Dear Sir or Madam, At first, I would like to say thank you very much because of the helpfulness of the OpenCppCoverage for my current work. However, recently I have met a problem when I open my...
View ArticleNew Post: Opening our application by OpenCppCoverage tool takes a long time
Hello, Did you have a look at Faster startup: --moduleshere. You can also check that --sources flag does not include any third party librarie sources. Please let me know if it solved your issue. Best...
View Article