New Post: ignore exceptions
Hello, You can use --continue_after_cpp_exception available in OpenCppCoverage 0.9.5 https://opencppcoverage.codeplex.com/releases. Hope that help, OpenCppCoverage
View ArticleNew Post: Feature request: aggregated statistic (per module/per file) in...
Hello, The overall coverage is available in OpenCppCoverage 0.9.5 (https://opencppcoverage.codeplex.com/releases/view/620819) OpenCppCoverage
View ArticleNew Post: Cannot Display Detailed Report if LOC is More than 5000
Hello, This is fixed in OpenCppCoverage 0.9.5 (https://opencppcoverage.codeplex.com/releases/view/620819). For big file, syntax highlighting is automatically disabled. Please let me know if it solves...
View ArticleNew Post: Error while running OpenCppCoverage code in Visual Studio express 2013
Closed as https://opencppcoverage.codeplex.com/discussions/651925 let me think the problem is solved. OpenCppCoverage
View ArticleNew Post: Build Error
See latest discussion here: https://opencppcoverage.codeplex.com/discussions/653006 OpenCppCoverage
View ArticleNew Post: cannot open file 'boost_filesystem-vc120-mt-gd-1_59.lib'
See latest discussion here: https://opencppcoverage.codeplex.com/discussions/653006 OpenCppCoverage
View ArticleNew Post: OpenCppCoverage source code
Hello, Please provide answers to the questions https://opencppcoverage.codeplex.com/discussions/653006 OpenCppCoverage
View ArticleNew Post: Run OpenCppCoverage for our exe that is automatically executed by...
Hi, First of all commendable effort for this amazing project and for keeping it alive. I am evaluating various code coverage tools for our product compiled using VS2010 and found this. I have 2...
View ArticleNew Post: Execution error
Hi, there, We got some error by OpenCppCoverage with google test and visual studio 2015 professional. Could you advice us? Best Regards,[error] *** Unhandled exception code: 3221225781: The program...
View ArticleNew Post: Execution error
Hi, Try executing your exe and see if it executes properly. Also try running opencppcoverage with some other small "hello world" kinda exe. This will allow you to pin point where exactly the problem...
View ArticleNew Post: Run OpenCppCoverage for our exe that is automatically executed by...
Hello, Thanks for your support! 1: If I understand correctly, you have a tool that runs your code and you want to know the coverage for your code. This should work if you add the flag --cover_children....
View ArticleNew Post: Execution error
Hello, You can try the following things:Razvi's answer (@Razvi thanks for your help) Check OpenCppCoverage installation. Can you run OpenCppCoverage -h?"The program can't start because hs is missing...
View ArticleNew Post: Possible GUI support ?
Hi, The tool is very easy to use. Thanks for sharing this great tool! I am thinking of whether you could provide an GUI interface to us so that we can control the time when to start or end the code...
View ArticleNew Post: Possible GUI support ?
Hello, Thanks for your support! There is a plugin for Visual Studio. The plugin was not updated recently but improvements are in the roadmap. However there is no feature like start / stop. If you want...
View ArticleNew Post: Run OpenCppCoverage for our exe that is automatically executed by...
Hi, 1: Thank you, I will look into --cover_children. 2: I did not find any cobertura to lcov tool. That is the only thing that is bothering me currently, I want a report similar to lcov but I am not...
View ArticleNew Post: Execution error
Hi, I got an error by OpenCppCoverage with google test and visual studio 2010 professional. Could you help me? Best Regards, [error] D:\code\deubg\OpenCppCoverage.exe -- test_main.exe [info] Start...
View ArticleNew Post: Run OpenCppCoverage for our exe that is automatically executed by...
Hi, I have had a look at lcov format quickly. Is your need to generate a file .info (With FN, FNDA, FNF..) from OpenCppCoverage? It can be a new feature for the next version if the file format is quite...
View ArticleNew Post: Execution error
Hi, I can reproduce the problem if one of my file contains a character like 'é', 'à' or 'è'. Can you check if you have not ascii characters in your file paths? If yes, can you replace or remove them to...
View ArticleNew Post: Move project to GitHub
Hello, I found this project and I like it very much, so keep up the good work! I was wondering if you ever thought to move it from CodePlex to GitHub. As the latter is now the most common place where...
View ArticleNew Post: My program crashes when start with OpenCPPCoverage
Hi, I find a strange problem that my program would crash after doing certain operations when start with OpenCppCoverage. But when it is running by itself, no problems will happen. I tried to debug the...
View Article