New
OpenCppCoverage 0.9.7.0
Release Notes
- OpenCppCoverage 64 bits version can debug 32 bits and 64 bits program.
- OpenCppCoverage 32 bits can only debug 32 bits program.
Changelog:
- Add several optimisations to reduce OpenCppCoverage initialisation time.
- Migrate sources of OpenCppCoverage to Visual Studio 2017.
- Third party libraries can be built easily thanks to vcpkg.
- Ignore managed modules. For example
vstest.console.execan load a C++ CLI module that uses an unmanaged C++ module. In this case, the C++ CLI module is ignored. - Coverage quality with
--optimized_buildis improved. - Add
--substitute_pdb_source_pathto allow building on one machine and generating the coverage on another one. - OpenCppCoverage can run a program in the
PATH. - Exit codes from coverage injected with are ignored.