New Post: Combine results from different executables
Hello, Now you can combine coverage with --input_coverage but the HTML output will still gather coverage by module. If you want to have the coverage by file in one list, you can: export to XML with...
View ArticleNew Post: Cobertura output
Hello, Thank you for your support. I am working on the next release OpenCppCoverage 0.9.6 which I hope should be available in February. If this improvement does not require too much work, I will try to...
View ArticleNew Post: Looking for build instructions and 0.9.5.3 source code
Hello, If I understand correctly your needs, you would like OpenCppCoverage continues when you have --input_coverage with a missing file path. Am I right? This behaviour is done by design because most...
View ArticleNew Post: "Cannot Write Memory" thrown
Hi, Thanks for the response. Optimisation is disabled for the project with a setting of '/Od'. We cannot reproduce this issue in toy (or any of our other) projects. The projects settings between the...
View ArticleNew Post: Combine results from different executables
Thanks for your reply. That does sound trivial but I'm wondering if this is a feature that OpenCppCoverage could support out-of-the-box? Regards, Tom
View ArticleNew Post: "Cannot Write Memory" thrown
Hi, I did a simplified version of what OpenCppCoverage does here. Can you run your project on it? I expect you will have an issue with ReadProcessMemory or WriteProcessMemory. If it is the case, can...
View ArticleNew Post: Cannot find path for the handle.The handle is invalid.
Hello, I did a simplified version of what OpenCppCoverage does here. Can you try to run it on your project?GetFinalPathNameByHandle should fail. If you are able to reproduce the issue, can you try to...
View ArticleNew Post: Cobertura export summary
Hello, Thanks for developing OpenCppCoverage: it is a great nifty utility for visualizing test coverage. One question on the cobertura export file: The coverage tag line only contains an overall line...
View ArticleNew Post: Cobertura export summary
I had a similar question the other day. Are you using VSTS by any chance? :)https://opencppcoverage.codeplex.com/discussions/660773
View ArticleNew Post: Looking for build instructions and 0.9.5.3 source code
Understood. This behavior suits my environment better hence I'd like to rebuild it this minor change. If the input does not exist, create one, if it does exist, take it as input. I also want the input...
View ArticleNew Post: Combine results from different executables
Hello, I think having a single list out of the box makes sense but other users suggest aggregating coverage by class or by function which also make sense. For now, I have no plan to add a new kind of...
View ArticleNew Post: OpenCppCoverage 0.9.6 is available
Here are the improvements in this new release:Optimized build is now supported.You can exclude a line based on a regular expression.Cobertura output format is valid against...
View ArticleNew Post: My program crashes when start with OpenCPPCoverage
Hello,OpenCppCoverage 0.9.6 has a flag --optimized_build to support optimized build. Let me know if you have any problems. OpenCppCoverage.
View ArticleNew Post: Seems like /DEBUG:FASTLINK prevents OpenCppCoverage from running
Hello,OpenCppCoverage 0.9.6 should work with /DEBUG:FASTLINK on Windows 7 / Windows 10. Let me know if you have any issues on Windows 8.1. OpenCppCoverage
View ArticleNew Post: Cobertura output
Hello,OpenCppCoverage 0.9.6 generates valid Cobertura files against http://cobertura.sourceforge.net/xml/coverage-04.dtd. Let me know if you have any issues. OpenCppCoverage
View ArticleNew Post: Cobertura export summary
Hello,OpenCppCoverage 0.9.6 should solve https://opencppcoverage.codeplex.com/discussions/660773. Let me know if you have any issues. OpenCppCoverage
View ArticleNew Post: Google Chrome blocks download of 0.9.5.3
Hello, I tried for OpenCppCoverage 0.9.6 and there is no problem (and no problem anymore for 0.9.5.3). I will keep an eye of it. OpenCppCoverage
View ArticleNew Post: 'else' shown as not covered
Hello, I have just added a new entry in the FAQ about this issue. I hope this will help, OpenCppCoverage
View ArticleNew Post: My program crashes when start with OpenCPPCoverage
Hi, Thanks for providing this flag to enable us to run code coverage using an optimized build. I will definitely have a try. However by looking at the command-line documentation, I see following...
View Article