OpenCppCoverage
                                
                                 OpenCppCoverage copied to clipboard
                                
                                    OpenCppCoverage copied to clipboard
                            
                            
                            
                        OpenCppCoverage is an open source code coverage tool for C++ under Windows.
My environment is like this: A.dll: built from C++ code, which I want to get coverage data from B.dll: C# test code which links A.dll Command `OpenCppCoverage.exe --sources c:\src --...
**Is your feature request related to a problem? Please describe.** When the debugger puts too many breakpoints for code coverage purposes, it may affect performance which may cause SUT to...
As we now, windows11 support arm64, and many applications have already emerged.So could OpenCppCoverage support arm64?
This is implementation for #186
**Is your feature request related to a problem? Please describe.** I would like to get coverage for a child process of my UWP app, and there doesn't seem to be...
Here is some work in progress code for the Debugger part using the dbgeng.dll module from Microsoft. Using this code I can run OpenCppCovarage in a docker container. dbgeng.dll is...
**Before creating an issue, please make sure the answer is not in the [FAQ](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ).** FAQ explain that this error may be lead by antivirus and can be resolved by restart...
Hi, OpenCppCoverage is a great tool, and it's one of the last favorite tool I miss in Visual Studio 2022! Is there some plan to create an official extension of...
The last PR to be merged was nearly 3 years ago (@OpenCppCoverage's profile doesn't appear to have been active in years). Since then there are approx. 10 PRs open since...
I noticed in my reports there are hits on Curly Brackets of my methods. Is there an options to avoid it ? Thanks